summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-08-27 18:10:06 +0200
committerNick Schermer <nick@xfce.org>2010-08-27 19:23:44 +0200
commitb3a1eb73bd2db7479cabfd34c049088efbe4efa3 (patch)
tree54a23cc1dc3411d0133823d88bcca65f620f44af /Makefile.am
parent9fb5bf5a6e628984ddcbdf90fbf078eb226e2954 (diff)
downloadxfce4-session-b3a1eb73bd2db7479cabfd34c049088efbe4efa3.tar.gz
Generate documentation during dist check.
Build documentation with --enable-gen-doc. Included a dummy da.po file else the build fails.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c3d084cb..59f1896b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,4 +53,7 @@ ChangeLog: Makefile
dist-hook: ChangeLog
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-gen-doc
+
# vi:set ts=8 sw=8 noet ai nocindent: