Make scsh-paper for dist

This commit is contained in:
mainzelm 2003-03-10 12:13:02 +00:00
parent 26ba134afa
commit 38719fdc50
1 changed files with 1 additions and 0 deletions

View File

@ -519,6 +519,7 @@ dist: build/initial.image
dvips manual -o manual.ps && hyperlatex manual.tex) && \ dvips manual -o manual.ps && hyperlatex manual.tex) && \
(cd doc/scsh-manual && makeindex man && make man.ps && \ (cd doc/scsh-manual && makeindex man && make man.ps && \
make man.pdf && make html) && \ make man.pdf && make html) && \
(cd doc/scsh-paper && make scsh-paper.ps && make html) && \
distname=$(distname) && \ distname=$(distname) && \
distfile=$(distdir)/$$distname.tar.gz && \ distfile=$(distdir)/$$distname.tar.gz && \
if [ -d $(distdir) ] && \ if [ -d $(distdir) ] && \