Thread: [Refdb-cvs] CVS: refdb/doc Makefile.am,1.1.2.13,1.1.2.14
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2006-02-11 00:44:34
|
Update of /cvsroot/refdb/refdb/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1710/doc Modified Files: Tag: Release_0_9_5_stable Makefile.am Log Message: some fixes towards building outside of the source directory Index: Makefile.am =================================================================== RCS file: /cvsroot/refdb/refdb/doc/Attic/Makefile.am,v retrieving revision 1.1.2.13 retrieving revision 1.1.2.14 diff -u -U2 -r1.1.2.13 -r1.1.2.14 --- Makefile.am 12 Jan 2006 23:46:04 -0000 1.1.2.13 +++ Makefile.am 11 Feb 2006 00:44:24 -0000 1.1.2.14 @@ -12,5 +12,5 @@ citestylexdtdelem_DATA = citestylex/dtdelem/* citestylexeledescdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/citestylex/ele-desc -citestylexeledesc_DATA = citestylex/ele-desc/* +citestylexeledesc_DATA = $(top_srcdir)/doc/citestylex/ele-desc/* citestylexelementsdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/citestylex/elements citestylexelements_DATA = citestylex/elements/* @@ -21,5 +21,5 @@ risxdtdelem_DATA = risx/dtdelem/* risxeledescdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/risx/ele-desc -risxeledesc_DATA = risx/ele-desc/* +risxeledesc_DATA = $(top_srcdir)/doc/risx/ele-desc/* risxelementsdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/risx/elements risxelements_DATA = risx/elements/* @@ -30,5 +30,5 @@ citationlistxdtdelem_DATA = citationlistx/dtdelem/* citationlistxeledescdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/citationlistx/ele-desc -citationlistxeledesc_DATA = citationlistx/ele-desc/* +citationlistxeledesc_DATA = $(top_srcdir)/doc/citationlistx/ele-desc/* citationlistxelementsdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/citationlistx/elements citationlistxelements_DATA = citationlistx/elements/* @@ -39,5 +39,5 @@ xnotedtdelem_DATA = xnote/dtdelem/* xnoteeledescdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/xnote/ele-desc -xnoteeledesc_DATA = xnote/ele-desc/* +xnoteeledesc_DATA = $(top_srcdir)/doc/xnote/ele-desc/* xnoteelementsdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/xnote/elements xnoteelements_DATA = xnote/elements/* @@ -52,7 +52,7 @@ svg_images = refdbmanualfig1.svg refdbmanualfig2.svg refdbmanualfig3.svg refdbmanualfig4.svg -png_images = refdbmanualfig1.png refdbmanualfig2.png refdbmanualfig3.png refdbmanualfig4.png +png_images = $(top_srcdir)/doc/refdbmanualfig1.png $(top_srcdir)/doc/refdbmanualfig2.png $(top_srcdir)/doc/refdbmanualfig3.png $(top_srcdir)/doc/refdbmanualfig4.png -html_extra_files = manual.css $(png_images) +html_extra_files = $(top_srcdir)/doc/manual.css $(png_images) manual_include_files = include/fotitlepage.templates.xml include/fotitlepages.xsl include/manual-fo.xsl include/manual-man.xsl include/manual-xhtml.xsl @@ -88,5 +88,5 @@ refdb-manual.pdf: $(manual_sources) $(manpage_sources) $(svg_images) refdb-manual-statustable.xml include/fotitlepages.xsl @echo "Creating PDF manual..."; - xsltproc -o refdb-manual.fo --nonet --xinclude $(top_srcdir)/doc/include/manual-fo.xsl refdb-manual.xml + xsltproc -o refdb-manual.fo --nonet --xinclude $(top_srcdir)/doc/include/manual-fo.xsl $(top_srcdir)/doc/refdb-manual.xml # we have to give Java a little extra memory lest fop will die a horrible death JAVA_OPTS=-Xmx256M fop -fo refdb-manual.fo -pdf refdb-manual.pdf @@ -95,5 +95,5 @@ @echo "Creating HTML manual..."; rm -rf refdb-manual/* - mkdir -p refdb-manual && cp $(html_extra_files) refdb-manual/ && xsltproc -o refdb-manual/ --nonet --xinclude $(top_srcdir)/doc/include/manual-xhtml.xsl refdb-manual.xml + mkdir -p refdb-manual && cp $(html_extra_files) refdb-manual/ && xsltproc -o refdb-manual/ --nonet --xinclude $(top_srcdir)/doc/include/manual-xhtml.xsl $(top_srcdir)/doc/refdb-manual.xml @@ -106,5 +106,5 @@ SGML_CATALOG_FILES="" dtdparse --title "citestyle XML DTD" --output citestylex.xml --declaration $(top_srcdir)/declarations/xml.dcl --system-id "http://refdb.sourceforge.net/dtd/citestylex.dtd" $(top_srcdir)/dtd/citestylex.dtd -citestylex/elements.html: citestylex.xml citestylex/ele-desc/* +citestylex/elements.html: citestylex.xml $(top_srcdir)/doc/citestylex/ele-desc/* dtdformat --html citestylex.xml $(top_srcdir)/scripts/dtdparseweave citestylex @@ -112,9 +112,10 @@ citestylex/dtdelem/*: citestylex/elements.html citestylex/elements/*: citestylex/elements.html +citestylex/*: citestylex/elements.html risx.xml: $(top_srcdir)/dtd/risx.dtd SGML_CATALOG_FILES="" dtdparse --title "risx XML DTD" --output risx.xml --declaration $(top_srcdir)/declarations/xml.dcl --system-id "http://refdb.sourceforge.net/dtd/risx.dtd" $(top_srcdir)/dtd/risx.dtd -risx/elements.html: risx.xml risx/ele-desc/* +risx/elements.html: risx.xml $(top_srcdir)/doc/risx/ele-desc/* dtdformat --html risx.xml $(top_srcdir)/scripts/dtdparseweave risx @@ -122,9 +123,10 @@ risx/dtdelem/*: risx/elements.html risx/elements/*: risx/elements.html +risx/*: risx/elements.html citationlistx.xml: $(top_srcdir)/dtd/citationlistx.dtd SGML_CATALOG_FILES="" dtdparse --title "citationlistx XML DTD" --output citationlistx.xml --declaration $(top_srcdir)/declarations/xml.dcl --system-id "http://refdb.sourceforge.net/dtd/citationlistx.dtd" $(top_srcdir)/dtd/citationlistx.dtd -citationlistx/elements.html: citationlistx.xml citationlistx/ele-desc/* +citationlistx/elements.html: citationlistx.xml $(top_srcdir)/doc/citationlistx/ele-desc/* dtdformat --html citationlistx.xml $(top_srcdir)/scripts/dtdparseweave citationlistx @@ -132,9 +134,10 @@ citationlistx/dtdelem/*: citationlistx/elements.html citationlistx/elements/*: citationlistx/elements.html +citationlistx/*: citationlistx/elements.html xnote.xml: $(top_srcdir)/dtd/xnote.dtd SGML_CATALOG_FILES="" dtdparse --title "xnote XML DTD" --output xnote.xml --declaration $(top_srcdir)/declarations/xml.dcl --system-id "http://refdb.sourceforge.net/dtd/xnote.dtd" $(top_srcdir)/dtd/xnote.dtd -xnote/elements.html: xnote.xml xnote/ele-desc/* +xnote/elements.html: xnote.xml $(top_srcdir)/doc/xnote/ele-desc/* dtdformat --html xnote.xml $(top_srcdir)/scripts/dtdparseweave xnote @@ -142,4 +145,5 @@ xnote/dtdelem/*: xnote/elements.html xnote/elements/*: xnote/elements.html +xnote/*: xnote/elements.html maintainer-clean: clean |