diff --git a/Makefile.in b/Makefile.in index 29247e543..f1ceae5c5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.150 2003/07/15 05:07:13 steve Exp $" +#ident "$Id: Makefile.in,v 1.151 2003/08/10 00:39:13 steve Exp $" # # SHELL = /bin/sh @@ -196,8 +196,8 @@ iverilog-vpi.pdf: iverilog-vpi.ps ps2pdf iverilog-vpi.ps iverilog-vpi.pdf ifeq (@WIN32@,yes) -INSTALL_DOC = $(prefix)/iverilog-vpi.pdf -INSTALL_DOCDIR = +INSTALL_DOC = $(prefix)/iverilog-vpi.pdf $(mandir)/man1/iverilog-vpi.1 +INSTALL_DOCDIR = $(mandir)/man1 all: dep iverilog-vpi.pdf else INSTALL_DOC = $(mandir)/man1/iverilog-vpi.1 diff --git a/driver/Makefile.in b/driver/Makefile.in index 1baf43ad3..4253cc3e9 100644 --- a/driver/Makefile.in +++ b/driver/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.17 2003/02/27 22:13:22 steve Exp $" +#ident "$Id: Makefile.in,v 1.18 2003/08/10 00:39:13 steve Exp $" # # SHELL = /bin/sh @@ -91,8 +91,8 @@ iverilog.pdf: iverilog.ps ps2pdf iverilog.ps iverilog.pdf ifeq (@WIN32@,yes) -INSTALL_DOC = $(prefix)/iverilog.pdf -INSTALL_DOCDIR = +INSTALL_DOC = $(prefix)/iverilog.pdf $(mandir)/man1/iverilog.1 +INSTALL_DOCDIR = $(mandir)/man1 all: iverilog.pdf else INSTALL_DOC = $(mandir)/man1/iverilog.1 diff --git a/vvp/Makefile.in b/vvp/Makefile.in index 53862d3fa..59f6b0b02 100644 --- a/vvp/Makefile.in +++ b/vvp/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.49 2003/04/20 02:49:07 steve Exp $" +#ident "$Id: Makefile.in,v 1.50 2003/08/10 00:39:13 steve Exp $" # # SHELL = /bin/sh @@ -125,8 +125,8 @@ vvp.pdf: $(srcdir)/vvp.man man -t $(srcdir)/vvp.man | ps2pdf - vvp.pdf ifeq (@WIN32@,yes) -INSTALL_DOC = $(prefix)/vvp.pdf -INSTALL_DOCDIR = +INSTALL_DOC = $(prefix)/vvp.pdf $(mandir)/man1/vvp.1 +INSTALL_DOCDIR = $(mandir)/man1 all: vvp.pdf else INSTALL_DOC = $(mandir)/man1/vvp.1