]> git.pld-linux.org Git - packages/awesome.git/commitdiff
- skip validation of docbook files
authorpawelz <pawelz@pld-linux.org>
Tue, 28 Jul 2009 07:39:33 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awesome-xmlto.patch -> 1.1

awesome-xmlto.patch [new file with mode: 0644]

diff --git a/awesome-xmlto.patch b/awesome-xmlto.patch
new file mode 100644 (file)
index 0000000..1752c50
--- /dev/null
@@ -0,0 +1,11 @@
+--- awesome-3.3.2/CMakeLists.txt~      2009-07-27 15:01:35.000000000 +0200
++++ awesome-3.3.2/CMakeLists.txt       2009-07-28 09:34:37.440650169 +0200
+@@ -191,7 +191,7 @@
+             DEPENDS ${txtfile}
+             VERBATIM)
+         add_custom_command(
+-            COMMAND ${XMLTO_EXECUTABLE} man ${xmlfile}
++            COMMAND ${XMLTO_EXECUTABLE} --skip-validation man ${xmlfile}
+             OUTPUT  ${manfile}
+             WORKING_DIRECTORY ${BUILD_DIR}/manpages
+             DEPENDS ${xmlfile})
This page took 0.041592 seconds and 4 git commands to generate.