Hello All,
This is a newbie problem:
I am trying to learn how to create a new package. While following instructions on https://openacs.org/doc/openacs-4-6-2/tutorial-newpackage.html I have problem with section where I should compile xml document into html as instructed:
Process the xml file to create html documentation. The html documentation, including supporting files such as pictures, is stored in the www/docs/ directory. A Makefile is provided to generate html from the xml, and copy all of the supporting files. If Docbook is set up correctly, all you need to do is:
[service0@anthrax xml]$ make
All what I get is:
[service0@oddjob xml]$ make
make: *** No targets specified and no makefile found. Stop.
[service0@oddjob xml]$
And the content of the xml folder is:
[service0@oddjob xml]$ ls
CVS data-model.png index.xml~ page-map.png user-interface.dia
data-model.dia index.xml page-map.dia sample.png user-interface.png
[service0@oddjob xml]$
In addition I have no idea whether or not the DocBook is installed on that remote machine where I am trying to compile this xml page.
Any suggestions are more than welcome.
Thank you for your time.
DanielD