]> git.pld-linux.org Git - packages/awesome.git/blob - awesome-xmlto.patch
- skip validation of docbook files
[packages/awesome.git] / awesome-xmlto.patch
1 --- awesome-3.3.2/CMakeLists.txt~       2009-07-27 15:01:35.000000000 +0200
2 +++ awesome-3.3.2/CMakeLists.txt        2009-07-28 09:34:37.440650169 +0200
3 @@ -191,7 +191,7 @@
4              DEPENDS ${txtfile}
5              VERBATIM)
6          add_custom_command(
7 -            COMMAND ${XMLTO_EXECUTABLE} man ${xmlfile}
8 +            COMMAND ${XMLTO_EXECUTABLE} --skip-validation man ${xmlfile}
9              OUTPUT  ${manfile}
10              WORKING_DIRECTORY ${BUILD_DIR}/manpages
11              DEPENDS ${xmlfile})
This page took 0.030904 seconds and 4 git commands to generate.