Include pdf version of the manual.

This commit is contained in:
mainzelm 2002-04-21 17:31:45 +00:00
parent d7c2b9d443
commit 4847515e8b
1 changed files with 5 additions and 3 deletions

View File

@ -366,7 +366,8 @@ inst-doc:
for f in $(srcdir)/doc/scsh-manual/*.tex \
$(srcdir)/doc/scsh-manual/*.sty \
$(srcdir)/doc/scsh-manual/*.dvi \
$(srcdir)/doc/scsh-manual/*.ps; \
$(srcdir)/doc/scsh-manual/*.ps \
$(srcdir)/doc/scsh-manual/*.pdf; \
do $(INSTALL_DATA) $$f $(LIB)/doc/scsh-manual/; \
done && \
for f in $(srcdir)/doc/scsh-manual/html/*.html \
@ -494,7 +495,7 @@ DISTFILES = README COPYING INSTALL RELEASE configure config.sub config.guess \
cig/*.scm cig/*.[ch] \
doc/scsh.man \
doc/scsh-manual/*.tex doc/scsh-manual/*.sty \
doc/scsh-manual/man.ps \
doc/scsh-manual/man.ps doc/scsh-manual/man.pdf \
doc/scsh-manual/man.dvi doc/scsh-manual/Makefile \
doc/scsh-manual/THANKS doc/scsh-manual/html/*.html \
doc/scsh-manual/html/*.gif doc/scsh-manual/html/*.css \
@ -509,7 +510,8 @@ distname = $(RUNNABLE)-0.`cat build/minor-version-number`
dist: build/initial.image
(cd doc/src && hyperlatex manual.tex) && \
(cd doc/scsh-manual && makeindex man && make man.ps && make html) && \
(cd doc/scsh-manual && makeindex man && make man.ps && \
make man.pdf && make html) && \
distname=$(distname) && \
distfile=$(distdir)/$$distname.tgz && \
if [ -d $(distdir) ] && \