diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:41:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:41:21 +0000 |
commit | e512f1f71fff85dc9add93c0b5848f7e7371bd35 (patch) | |
tree | 5fe21f06ea7e4dfa6643d8d5002521ac6f23bbec /debian/patches/fix-docbook-to-man-call.diff | |
parent | Adding upstream version 0.6.2. (diff) | |
download | libcmis-e512f1f71fff85dc9add93c0b5848f7e7371bd35.tar.xz libcmis-e512f1f71fff85dc9add93c0b5848f7e7371bd35.zip |
Adding debian version 0.6.2-2.debian/0.6.2-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/fix-docbook-to-man-call.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/fix-docbook-to-man-call.diff b/debian/patches/fix-docbook-to-man-call.diff new file mode 100644 index 0000000..3214dfa --- /dev/null +++ b/debian/patches/fix-docbook-to-man-call.diff @@ -0,0 +1,13 @@ +diff --git a/Makefile.am b/Makefile.am +index 3c1de92..f6d794f 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -15,7 +15,7 @@ pkgconfigdir = $(libdir)/pkgconfig + + if ENABLE_MAN + cmis-client.1: doc/cmis-client.xml +- $(DOCBOOK2MAN) $< ++ $(DOCBOOK2MAN) $< > $@ + + man_MANS = cmis-client.1 + endif |