Install S48 manual under s48-manual/html/

This commit is contained in:
mainzelm 2002-02-25 08:58:09 +00:00
parent a9a3746896
commit 23f230a6df
1 changed files with 7 additions and 5 deletions

View File

@ -360,6 +360,9 @@ inst-doc:
$(srcdir)/doc/src/*.ps; \
do $(INSTALL_DATA) $$f $(LIB)/doc/s48-manual/; \
done && \
for f in $(srcdir)/doc/src/manual/*.html; \
do $(INSTALL_DATA) $$f $(LIB)/doc/s48-manual/html/; \
done && \
for f in $(srcdir)/doc/scsh-manual/*.tex \
$(srcdir)/doc/scsh-manual/*.dvi \
$(srcdir)/doc/scsh-manual/*.ps; \
@ -367,9 +370,8 @@ inst-doc:
done && \
for f in $(srcdir)/doc/scsh-manual/html/*.html \
$(srcdir)/doc/scsh-manual/html/*.gif \
$(srcdir)/doc/scsh-manual/html/*.css \
$(srcdir)/doc/src/manual/*.html; \
do $(INSTALL_DATA) $$f $(htmldir)/; \
$(srcdir)/doc/scsh-manual/html/*.css; \
do $(INSTALL_DATA) $$f $(htmldir)/; \
done
inst-script:
@ -398,8 +400,8 @@ dirs:
} \
done && \
for dir in \
rts env big opt misc link scsh doc/scsh-manual doc/s48-manual cig; \
do \
rts env big opt misc link scsh doc/scsh-manual \
doc/s48-manual/html cig; do \
{ mkdir -p $(LIB)/$$dir && [ -w $(LIB)/$$dir ]; } || { \
echo "$(LIB)/$$dir not a writable directory" >&2; \
exit 1; \