On 05-Jul-26 01:26, Florian Weimer wrote:
> * Andreas Jochens:
>
> > Package: cogito
> > Version: 0.11.3+20050610-1
> > Severity: serious
> > Tags: patch
>
> Looks like you forgot to attach the patch.
Sorry for the omission. The attached patch changes the asciidoc command
line parameter '-b css-embedded' to '-b xhtml11' as required by the new
asciidoc version 7. This change is included in the latest upstream
version of cogito.
Regards
Andreas Jochens
diff -urN ../tmp-orig/cogito-0.11.3+20050610/Documentation/Makefile
./Documentation/Makefile
--- ../tmp-orig/cogito-0.11.3+20050610/Documentation/Makefile 2005-07-26
07:52:34.000000000 +0000
+++ ./Documentation/Makefile 2005-07-26 07:52:31.000000000 +0000
@@ -37,7 +37,7 @@
rm -f *.xml *.html *.1 *.7 cg-*.txt cogito.txt
%.html : %.txt
- asciidoc -b css-embedded -d manpage $<
+ asciidoc -b xhtml11 -d manpage $<
%.1 %.7 : %.xml
xmlto man $<
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]