[Systraq-commit] r209 - trunk/systraq/doc

Joost van Baal joostvb@costa.debian.org
Sat, 12 Feb 2005 21:30:59 +0100


Author: joostvb
Date: 2005-02-12 21:30:59 +0100 (Sat, 12 Feb 2005)
New Revision: 209

Modified:
   trunk/systraq/doc/Makefile.am
Log:
rumours about Debian Bug#291619 turned out to be just that

Modified: trunk/systraq/doc/Makefile.am
===================================================================
--- trunk/systraq/doc/Makefile.am	2005-02-12 18:41:34 UTC (rev 208)
+++ trunk/systraq/doc/Makefile.am	2005-02-12 20:30:59 UTC (rev 209)
@@ -26,12 +26,8 @@
 
 HTML2TXT_RULE = $(HTML2TXT) $< > $@
 
-## rumours say adding -c will make sure openjade won't try to connect to www.oasis-open.org;
-## see http://bugs.debian.org/#291619 .
-## XML2HTML_RULE = $(JADE) -c $(dtdfile) -t sgml -D $(top_builddir)/$(subdir) -d $(srcdir)/html.dsl $(XMLDCL) $<
 XML2HTML_RULE = $(JADE) -t sgml -D $(top_builddir)/$(subdir) -d $(srcdir)/html.dsl $(XMLDCL) $<
 
-## XML2TEX_RULE = $(JADE) -c $(dtdfile) -t tex -D $(top_builddir)/$(subdir) -d $(srcdir)/print.dsl -o $@ $(XMLDCL) $<
 XML2TEX_RULE = $(JADE) -t tex -D $(top_builddir)/$(subdir) -d $(srcdir)/print.dsl -o $@ $(XMLDCL) $<
 
 # run 3 times for toc processing
@@ -42,7 +38,6 @@
 
 base = manual
 tmpfiles = $(base).tex $(base).log $(base).aux $(base).out $(base).dvi
-## dtdfile = /usr/share/xml/docbook/schema/dtd/4.1.2/catalog.xml
 
 docdir = $(datadir)/doc/$(PACKAGE)
 doc_DATA = $(base).html $(base).ps $(base).pdf $(base).txt