From: Alan W. I. <ai...@us...> - 2003-02-13 07:33:55
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv20732/doc/docbook/src Modified Files: Makefile.am Log Message: Changes to make docbook build work (except for final tarball build involving make dest): configure.ac: drop conditional AC_OUTPUT of configurable docbook files. (Otherwise, makes standard make targets like 'make clean' fail.) Define AM_CONDITIONAL for enable_docbook doc/docbook/Makefile.am and doc/docbook/src/Makefile.am: use enable_docbook AM_CONDITIONAL to skip documentation generation if not enabled by configuration. Also, drop redundant definitions which were causing warnings. doc/docbook/src/Makefile.am: replace $(PACKAGE) by plplotdoc The build goes through until the very end when the following error message is generated: make[5]: *** No rule to make target dist'. Stop. This is generated by the rule $(BASE).tar.gz: dist-stamp dist-stamp: $(MAKE) dist touch dist-stamp but I don't know how to fix that. Over to you, Rafael....;-) |