Index: openacs-4/packages/acs-core-docs/www/xml/Makefile =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/Makefile,v diff -u -r1.8.2.4 -r1.8.2.5 --- openacs-4/packages/acs-core-docs/www/xml/Makefile 23 Nov 2003 12:22:41 -0000 1.8.2.4 +++ openacs-4/packages/acs-core-docs/www/xml/Makefile 12 Dec 2003 20:33:43 -0000 1.8.2.5 @@ -15,15 +15,16 @@ # I'm a Makefile newbie, so feel free to comment/slash/change. # Paths -XSLTPROC=/usr/bin/xsltproc -HTMLDOC=/usr/bin/htmldoc +XSLTPROC=xsltproc +HTMLDOC=htmldoc all: html XSL: if [ ! -d XSL -a ! -L XSL ]; then \ echo -e "\n\nNo XSL directory here. I am looking for one...\n"; \ for d in \ + /sw/share/xml/xsl/docbook-xsl \ /usr/share/sgml/docbook/xsl-stylesheets-* \ /usr/share/sgml/docbook/xsl-stylesheets \ /usr/share/sgml/docbook/stylesheet/xsl/nwalsh; \ @@ -48,13 +49,13 @@ prelim: - cp -u images/*.{pdf,png,gif,jpg} ../images/ + cp images/*.{pdf,png,gif,jpg} ../images/ # put all non-regenerated html in a sub-dir so that we can delete html # in the main directory and regenerate - cp -u non-xml/*.html ../ + cp non-xml/*.html ../ - cp -u openacs.css .. + cp openacs.css .. html: prelim XSL # adding --nonet --novalid is much faster but generates a bunch of bogus error messages