+ Changed htmldir
+ Added ; that got lost on last commit + Removed doch/html/*.html from DISTFILES too + Built the manuals in the dist target
This commit is contained in:
parent
8d733eec78
commit
504cfb6326
|
@ -31,7 +31,7 @@ manext = 1
|
||||||
mandir = @mandir@/man$(manext)
|
mandir = @mandir@/man$(manext)
|
||||||
### End of `configure' section###
|
### End of `configure' section###
|
||||||
|
|
||||||
htmldir = $(prefix)/html
|
htmldir = $(libdir)/scsh/doc/html
|
||||||
|
|
||||||
# HP 9000 series, if you don't have gcc
|
# HP 9000 series, if you don't have gcc
|
||||||
# CC = cc
|
# CC = cc
|
||||||
|
@ -368,7 +368,7 @@ inst-doc:
|
||||||
for f in $(srcdir)/doc/scsh-manual/html/*.html \
|
for f in $(srcdir)/doc/scsh-manual/html/*.html \
|
||||||
$(srcdir)/doc/scsh-manual/html/*.gif \
|
$(srcdir)/doc/scsh-manual/html/*.gif \
|
||||||
$(srcdir)/doc/scsh-manual/html/*.css \
|
$(srcdir)/doc/scsh-manual/html/*.css \
|
||||||
$(srcdir)/doc/src/manual/*.html \
|
$(srcdir)/doc/src/manual/*.html; \
|
||||||
do $(INSTALL_DATA) $$f $(htmldir)/; \
|
do $(INSTALL_DATA) $$f $(htmldir)/; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -461,7 +461,7 @@ tags:
|
||||||
# DISTFILES should include all sources.
|
# DISTFILES should include all sources.
|
||||||
DISTFILES = README COPYING INSTALL RELEASE configure config.sub config.guess \
|
DISTFILES = README COPYING INSTALL RELEASE configure config.sub config.guess \
|
||||||
acconfig.h configure.in Makefile.in install-sh \
|
acconfig.h configure.in Makefile.in install-sh \
|
||||||
doc/*.ps doc/*.txt doc/html/*.html \
|
doc/*.ps doc/*.txt \
|
||||||
doc/src/*.tex doc/src/*.sty doc/src/manual.dvi \
|
doc/src/*.tex doc/src/*.sty doc/src/manual.dvi \
|
||||||
doc/src/manual.ps \
|
doc/src/manual.ps \
|
||||||
emacs/README build/*-version-number build/*.exec \
|
emacs/README build/*-version-number build/*.exec \
|
||||||
|
@ -489,6 +489,8 @@ DISTFILES = README COPYING INSTALL RELEASE configure config.sub config.guess \
|
||||||
distname = $(RUNNABLE)-0.`cat build/minor-version-number`
|
distname = $(RUNNABLE)-0.`cat build/minor-version-number`
|
||||||
|
|
||||||
dist: build/initial.image
|
dist: build/initial.image
|
||||||
|
(cd doc/src && hyperlatex manual.tex) && \
|
||||||
|
(cd doc/scsh-manual && makeindex man && make man.ps && make html) && \
|
||||||
distname=$(distname) && \
|
distname=$(distname) && \
|
||||||
distfile=$(distdir)/$$distname.tgz && \
|
distfile=$(distdir)/$$distname.tgz && \
|
||||||
if [ -d $(distdir) ] && \
|
if [ -d $(distdir) ] && \
|
||||||
|
|
Loading…
Reference in New Issue