Hello,
That is me again :)
I have replaced spaces with tabs in this Makefile. Now it partly works. However there are still problems:
[service0@oddjob xml]$ make
cp -u *.png ..
cd .. ; /usr/bin/xsltproc ../../../acs-core-docs/www/xml/openacs.xsl xml/index.xml
xml/index.xml:22: error: Opening and ending tag mismatch: bookinfo and revhistory
</revhistory>
^
xml/index.xml:40: error: Opening and ending tag mismatch: book and bookinfo
</bookinfo>
^
xml/index.xml:41: error: Extra content at the end of the document
<chapter id="requirements" xreflabel="Requirements">
^
unable to parse xml/index.xml
make: *** [html] Error 6
[3]+ Done emacs Makefile
[service0@oddjob xml]$
Do you have any ideas what to fix, or shoud I just give up?
Thank you for your time.
DanielD