From 4dc64c387f64bb585910351aa44c0de1a8798468 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 27 Apr 2015 06:47:15 -0400 Subject: [PATCH] Part of prev commit, fix installing missing manpages, bug908. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index bda389d7a..532113e28 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,8 +101,8 @@ SHELL = /bin/sh SUBDIRS = src test_verilated test_c test_sc test_regress INFOS = README README.html README.pdf internals.txt internals.html \ - internals.pdf verilator.txt verilator.html verilator.1 verilator.pdf \ - verilator_coverage.1 + internals.pdf verilator.txt verilator.html verilator.pdf \ + $(VL_INST_MAN_FILES) # Files that can be generated, but should be up to date for a distribution. DISTDEP = info Makefile