Build S48 manual while making dist

This commit is contained in:
mainzelm 2003-03-10 11:58:17 +00:00
parent 1e1d44a497
commit 69dec7110d
1 changed files with 3 additions and 2 deletions

View File

@ -515,11 +515,12 @@ DISTFILES = README COPYING INSTALL RELEASE configure config.sub config.guess \
distname = $(RUNNABLE)-0.`cat build/minor-version-number`
dist: build/initial.image
(cd doc/src && hyperlatex manual.tex) && \
(cd doc/src && latex manual.tex && latex manual.tex && \
dvips manual -o manual.ps && hyperlatex manual.tex) && \
(cd doc/scsh-manual && makeindex man && make man.ps && \
make man.pdf && make html) && \
distname=$(distname) && \
distfile=$(distdir)/$$distname.tar.gz && \
distfile=$(distdir)/$$distname.tar.gz && \
if [ -d $(distdir) ] && \
[ -w $$distfile -o -w $(distdir) ]; then \
rm -f $$distname && \