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 -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-core-docs/www/xml/Makefile 22 Sep 2002 05:16:25 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/xml/Makefile 7 Apr 2003 16:45:03 -0000 1.3.2.1 @@ -18,10 +18,12 @@ XSLTPROC=/usr/bin/xsltproc HTMLDOC=/usr/bin/htmldoc -all: html pdf +all: html prelim: cp -u files/*.{txt,html} ../files/ + cp -u files/samplenote/*.* ../files/samplenote/ + cp -u files/samplenote/Makefile ../files/samplenote/ cp -u images/*.{pdf,png,gif,jpg} ../images/ cp -u openacs.css ..