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