Peter De Wachter <[EMAIL PROTECTED]> writes:

> On Mon, May 23, 2005 at 06:36:55PM +0200, martin f krafft wrote:
>> Why PDF? Can't you just make HTML documentation from the XML and be
>> done with it?
>
> This patch disables generation of the PDF documentation, leaving plain
> text and HTML. This is a stopgap fix, but three different formats is
> rather superfluous anyway.
>
> --- texinfo2man.c     2005-05-23 15:44:25.000000000 +0200
> +++ texinfo2man.pdw.c 2005-05-23 16:56:02.000000000 +0200

This fixes up debian/rules without touching the upstream stuff:

--- adduser.orig/adduser-ng-0.1.2/debian/rules  2004-04-22 02:02:24.000000000 
+0100
+++ adduser.new/adduser-ng-0.1.2/debian/rules   2005-05-23 19:19:03.097556152 
+0100
@@ -59,8 +59,12 @@
 build-stamp:
        dh_testdir
        
-       $(MAKE) generate_docs_user
-       $(MAKE) generate_docs_devel
+       scripts/generate_docs.sh txt Docs/user_polish.xml Docs/
+       scripts/generate_docs.sh html Docs/user_polish.xml Docs/
+       scripts/generate_docs.sh txt Docs/user_english.xml Docs/
+       scripts/generate_docs.sh html Docs/user_english.xml Docs/
+       scripts/generate_docs.sh txt Docs/developer_polish.xml Docs/
+       scripts/generate_docs.sh html Docs/developer_polish.xml Docs/
 
        touch build-stamp
 


Regards,
Roger

-- 
Roger Leigh
                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to