[Refdb-cvs] CVS: refdb/doc Makefile.am,1.1.2.10,1.1.2.11
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2006-01-08 23:24:03
|
Update of /cvsroot/refdb/refdb/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26174/doc Modified Files: Tag: Release_0_9_5_stable Makefile.am Log Message: remove nonexistent xml files from refdb-manual dependencies;move statustable to xml;copy png files first so fop won't attempt to build them Index: Makefile.am =================================================================== RCS file: /cvsroot/refdb/refdb/doc/Attic/Makefile.am,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -u -U2 -r1.1.2.10 -r1.1.2.11 --- Makefile.am 8 Jan 2006 21:53:40 -0000 1.1.2.10 +++ Makefile.am 8 Jan 2006 23:23:54 -0000 1.1.2.11 @@ -43,5 +43,5 @@ xnoteelements_DATA = xnote/elements/* -manual_sources = refdb-manual.xml chapter-backend-api.xml chapter-bibliographies.xml chapter-bibliography-tools.xml chapter-cs-protocol.xml chapter-data-input.xml chapter-inout-formats.xml chapter-installation.xml chapter-introduction.xml chapter-limitations.xml chapter-managing-notes.xml chapter-managing-references.xml chapter-overview-clients.xml chapter-perl-client-module.xml chapter-refdata-conversion-tools.xml chapter-refdb-database-design.xml chapter-refdba.xml chapter-refdbc.xml chapter-refdbd-administration.xml chapter-refdbd.xml chapter-refdbib.xml chapter-reference-database-design.xml chapter-ris-risx-format.xml chapter-system-requirements.xml +manual_sources = refdb-manual.xml chapter-backend-api.xml chapter-bibliographies.xml chapter-cs-protocol.xml chapter-data-input.xml chapter-inout-formats.xml chapter-installation.xml chapter-introduction.xml chapter-limitations.xml chapter-managing-notes.xml chapter-managing-references.xml chapter-overview-clients.xml chapter-perl-client-module.xml chapter-refdb-database-design.xml chapter-refdba.xml chapter-refdbc.xml chapter-refdbd-administration.xml chapter-refdbd.xml chapter-refdbib.xml chapter-reference-database-design.xml chapter-ris-risx-format.xml chapter-system-requirements.xml manpage_sources = refdb.xml refdbd.xml refdbctl.xml @@ -64,5 +64,5 @@ # xmllint --noout --xinclude --relaxng /usr/local/share/emacs/21.3/site-lisp/nxml/schema/docbook.rng refdb-manual.xml 2>&1|less -refdb-manual-statustable.sgml: $(top_srcdir)/scripts/statgen.pl +refdb-manual-statustable.xml: $(top_srcdir)/scripts/statgen.pl $(top_srcdir)/scripts/statgen.pl docbook > refdb-manual-statustable.xml @@ -75,9 +75,8 @@ JAVA_OPTS=-Xmx256M fop -fo refdb-manual.fo -pdf refdb-manual.pdf -refdb-manual/*: $(manual_sources) $(png_images) refdb-manual-statustable.sgml include/doc-html.dsl +refdb-manual/*: $(manual_sources) $(png_images) refdb-manual-statustable.xml include/doc-html.dsl @echo "Creating HTML manual..."; rm -rf refdb-manual/* - mkdir -p refdb-manual && xsltproc -o refdb-manual/ --nonet --xinclude --stringparam html.stylesheet manual.css --stringparam funcsynopsis.style ansi --stringparam graphic.default.extension "png" $(top_srcdir)/doc/include/manual-xhtml.xsl refdb-manual.xml - cp $(html_extra_files) refdb-manual/ + mkdir -p refdb-manual && cp $(html_extra_files) refdb-manual/ && xsltproc -o refdb-manual/ --nonet --xinclude --stringparam html.stylesheet manual.css --stringparam funcsynopsis.style ansi --stringparam graphic.default.extension "png" $(top_srcdir)/doc/include/manual-xhtml.xsl refdb-manual.xml citestylex.xml: $(top_srcdir)/dtd/citestylex.dtd |