[Xfce4-commits] <thunar:xfce-4.6> Fix make distcheck.
Nick Schermer
noreply at xfce.org
Wed May 12 23:02:03 CEST 2010
Updating branch refs/heads/xfce-4.6
to 4a284c2e39c0593f1fe15f56f6b17838ace2426e (commit)
from 85c74d6d941cba2e598018f6cf697d7216994ac3 (commit)
commit 4a284c2e39c0593f1fe15f56f6b17838ace2426e
Author: Nick Schermer <nick at xfce.org>
Date: Wed May 12 22:58:06 2010 +0200
Fix make distcheck.
docs/manual/gl/images/Makefile.am | 2 +-
thunar-vfs/Makefile.am | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/docs/manual/gl/images/Makefile.am b/docs/manual/gl/images/Makefile.am
index 9831f5d..d403716 100644
--- a/docs/manual/gl/images/Makefile.am
+++ b/docs/manual/gl/images/Makefile.am
@@ -1,6 +1,6 @@
# $Id$
-imagesdir = $(datadir)/doc/Thunar/html/C/images
+imagesdir = $(datadir)/doc/Thunar/html/gl/images
images_DATA = \
bulk-rename.png \
file-manager-window.png \
diff --git a/thunar-vfs/Makefile.am b/thunar-vfs/Makefile.am
index b07e3c4..415d41b 100644
--- a/thunar-vfs/Makefile.am
+++ b/thunar-vfs/Makefile.am
@@ -362,4 +362,7 @@ thunar-vfs-marshal.c: thunar-vfs-marshal.list Makefile
&& rm -f xgen-tvmc
endif
+# required for gtk-doc
+dist-hook: all
+
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
More information about the Xfce4-commits
mailing list