summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2009-12-17 12:21:18 +0100
committerJannis Pohlmann <jannis@xfce.org>2009-12-19 15:30:16 +0100
commit57c4fd488622cb2777b86bdbd675ca8f7b4bfed7 (patch)
treee2bf20f3e52d8aca50097272dfd2712467233f99 /Makefile.am
parentd1927ac42672efc58bf850f896f345cf64b55a38 (diff)
downloadthunar-57c4fd488622cb2777b86bdbd675ca8f7b4bfed7.tar.gz
Build manual documentation during make.
This will generate the manual during make if --enable-gen-doc is used and only ship the generated html files in the dist tarball. It will automatically pick up new translations (see bug #6036) and print xml valid warnings which are useful for translators to valid their translations. All documentation is now also installed in @docdir@ (bug #5810). Symlink to C images if the language does not ship its own screenshots. This will reduce the tarball and installation size a lot. To keep the patch small, the existing translation directories are not removed. Please do this after appying the patch: git rm -fr docs/manual/{C,da,es,eu,fr,gl,it,ja,nl,pl,ru,tr,zh_TW} Optionally the po-doc/ChangeLog files should be deleted too. Signed-off-by: Nick Schermer <nick@xfce.org> Signed-off-by: Jannis Pohlmann <jannis@xfce.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ce0a42ad..18e2c9cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,7 +85,6 @@ DISTCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
- --enable-xml2po \
- --enable-xsltproc
+ --enable-gen-doc
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: