Install man pages on Windows build.

This commit is contained in:
steve 2003-08-10 00:39:13 +00:00
parent 23d5b68153
commit adcafb6f24
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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