1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

core: add build of man page in debian/rules

This commit is contained in:
Sebastien Helleu
2013-07-31 18:56:21 +02:00
parent 3aed4ac11f
commit 23add1ac14
+1
View File
@@ -14,6 +14,7 @@ $(BUILDDIR)/Makefile:
mkdir -p $(BUILDDIR)
cd $(BUILDDIR) && \
cmake .. \
-DENABLE_MAN:BOOL=ON \
-DENABLE_DOC:BOOL=ON \
-DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \