Re: Patch for doctype and faq

[email protected] (Geert Stappers) Fri, 8 Apr 2005 21:54:04 +0200
Newsgroups gmane.editors.conglomerate.devel
Message-ID <[email protected]>
On Fri, Apr 08, 2005 at 05:29:05PM +0100, Jeff Martin wrote:
> Okay here we go again. My good friend Michèle has just pointed out that
> I'd forgotten to fix the dtd in conglomerate.xml. So here's today's
> final attempt at a patch.

Patch is applied
and "polished" with

--- Makefile.am 8 Apr 2005 19:05:28 -0000       1.7
+++ Makefile.am 8 Apr 2005 19:31:41 -0000
@@ -1,6 +1,10 @@
 # temporary hack until yelp support qanda sets
-faq.xml: faq.xml.orig
+faq.xml: faq.xml.qna
        xsltproc --output $@ faq-hack.xsl $<
+
+EXTRA_DIST = faq.xml.qna
+
+# end of temporary hack until yelp support qanda sets

 more_C_docs = \
   conglomerate-refentry.xml manpage.make conglomerate.1 \



the extension .orig is "reserved" by patch,
that is why I changed it in  .qna

I'm not sure that the "EXTRA_DIST" works.
(be warned that `make dist` may fail)

> 
> I shall be no more patches from me today as I'm now off to a restaurant
> to drink to much sake.

CHEERS
Geert Stappers