[Xfce4-commits] <xfce4-docs:master> Add EXTRA_DIST for conf.py and the .rst files.
Jannis Pohlmann
noreply at xfce.org
Thu Sep 24 03:20:02 CEST 2009
Updating branch refs/heads/master
to 9d388bd7ca2a010f51dffe9f44ce4175375b250d (commit)
from 9d103518acdb1ec0468ce72c714a9938870026c7 (commit)
commit 9d388bd7ca2a010f51dffe9f44ce4175375b250d
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Thu Sep 24 03:17:58 2009 +0200
Add EXTRA_DIST for conf.py and the .rst files.
docs/project-template/C/Makefile.am | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/docs/project-template/C/Makefile.am b/docs/project-template/C/Makefile.am
index 3ec8ca7..c8acfd8 100644
--- a/docs/project-template/C/Makefile.am
+++ b/docs/project-template/C/Makefile.am
@@ -1,3 +1,5 @@
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
+
project = project-template
docsdir = $(datadir)/xfce4/docs/$(project)
@@ -15,3 +17,7 @@ install: all
uninstall:
rm -rf $(docsdir)
+
+EXTRA_DIST = \
+ conf.py \
+ *.rst
More information about the Xfce4-commits
mailing list