Package: jargon-text
Version: 4.4.7-1
Severity: serious
Tags: patch

When building 'jargon-text' on i386/testing,
I get the following error:

# Turn into plain text
elinks -dump -dump-width 79 -no-numbering 1 -no-references 1 \
jargon-web.html >jargon.txt
ERROR at cmdline.c:96: Unknown option -no-references
make[1]: *** [jargon.txt] Error 3
make[1]: Leaving directory `/jargon-text-4.4.7'
make: *** [build-stamp] Error 2

With the attached patch 'jargon-text' can be compiled.

Regards
Andreas Jochens

diff -urN ../tmp-orig/jargon-text-4.4.7/Makefile ./Makefile
--- ../tmp-orig/jargon-text-4.4.7/Makefile      2005-03-31 02:21:51.000000000 
+0000
+++ ./Makefile  2005-04-28 19:15:31.076670390 +0000
@@ -46,7 +46,7 @@
 
 jargon.txt: jargon-web.html
        # Turn into plain text
-       elinks -dump -dump-width 79 -no-numbering 1 -no-references 1 \
+       elinks -dump -dump-width 79 -no-numbering 1 \
                jargon-web.html >jargon.txt
 
 clean:


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

Reply via email to