Part of prev commit, fix installing missing manpages, bug908.
This commit is contained in:
parent
98a63711dd
commit
4dc64c387f
|
|
@ -101,8 +101,8 @@ SHELL = /bin/sh
|
||||||
SUBDIRS = src test_verilated test_c test_sc test_regress
|
SUBDIRS = src test_verilated test_c test_sc test_regress
|
||||||
|
|
||||||
INFOS = README README.html README.pdf internals.txt internals.html \
|
INFOS = README README.html README.pdf internals.txt internals.html \
|
||||||
internals.pdf verilator.txt verilator.html verilator.1 verilator.pdf \
|
internals.pdf verilator.txt verilator.html verilator.pdf \
|
||||||
verilator_coverage.1
|
$(VL_INST_MAN_FILES)
|
||||||
|
|
||||||
# Files that can be generated, but should be up to date for a distribution.
|
# Files that can be generated, but should be up to date for a distribution.
|
||||||
DISTDEP = info Makefile
|
DISTDEP = info Makefile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue