Updating branch refs/heads/master
         to 9d388bd7ca2a010f51dffe9f44ce4175375b250d (commit)
       from 9d103518acdb1ec0468ce72c714a9938870026c7 (commit)

commit 9d388bd7ca2a010f51dffe9f44ce4175375b250d
Author: Jannis Pohlmann <jan...@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
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to