From 23f230a6df920164de8eec17239ae1b3edc6bbef Mon Sep 17 00:00:00 2001 From: mainzelm Date: Mon, 25 Feb 2002 08:58:09 +0000 Subject: [PATCH] Install S48 manual under s48-manual/html/ --- Makefile.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index ca22c9c..e6e3f4f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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; \