[Pkg-ocaml-maint-commits] r3260 -
/trunk/packages/camomile/trunk/debian/xml-man/Makefile
gildor at users.alioth.debian.org
gildor at users.alioth.debian.org
Mon Oct 23 23:38:10 UTC 2006
Author: gildor
Date: Mon Oct 23 23:38:09 2006
New Revision: 3260
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3260
Log:
* Made xmllint use optionnal,
-- SLG
Modified:
trunk/packages/camomile/trunk/debian/xml-man/Makefile
Modified: trunk/packages/camomile/trunk/debian/xml-man/Makefile
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camomile/trunk/debian/xml-man/Makefile?rev=3260&op=diff
==============================================================================
--- trunk/packages/camomile/trunk/debian/xml-man/Makefile (original)
+++ trunk/packages/camomile/trunk/debian/xml-man/Makefile Mon Oct 23 23:38:09 2006
@@ -6,7 +6,7 @@
%.1: %.xml
# Verification
- xmllint --nonet --postvalid --xinclude $^
+ -xmllint --nonet --postvalid --xinclude $^
# Compilation
xsltproc --nonet --xinclude \
/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
More information about the Pkg-ocaml-maint-commits
mailing list