[Goodies-commits] r6283 - in xfce4-screenshooter-plugin/trunk: . doc doc/fr doc/fr/images

Jerome Guelfucci jeromeg at xfce.org
Fri Dec 5 18:32:22 CET 2008


Author: jeromeg
Date: 2008-12-05 17:32:22 +0000 (Fri, 05 Dec 2008)
New Revision: 6283

Added:
   xfce4-screenshooter-plugin/trunk/doc/Makefile.am
   xfce4-screenshooter-plugin/trunk/doc/fr/Makefile.am
   xfce4-screenshooter-plugin/trunk/doc/fr/images/Makefile.am
Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/Makefile.am
   xfce4-screenshooter-plugin/trunk/configure.ac.in
Log:
Try to fix a problem with doc/C

Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-12-05 17:07:49 UTC (rev 6282)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-12-05 17:32:22 UTC (rev 6283)
@@ -1,5 +1,9 @@
 2008-12-05 jeromeg
 
+  * Add the autotools stuff to install the documentation.
+
+2008-12-05 jeromeg
+
   * po/fr.po: update French translation.
   * doc/: initial draft of documentation.
 

Modified: xfce4-screenshooter-plugin/trunk/Makefile.am
===================================================================
--- xfce4-screenshooter-plugin/trunk/Makefile.am	2008-12-05 17:07:49 UTC (rev 6282)
+++ xfce4-screenshooter-plugin/trunk/Makefile.am	2008-12-05 17:32:22 UTC (rev 6283)
@@ -1,6 +1,6 @@
 @SET_MAKE@
 
-SUBDIRS = lib src panel-plugin po icons
+SUBDIRS = lib src panel-plugin po icons doc
 
 distclean-local:
 	rm -rf *.cache *~

Modified: xfce4-screenshooter-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-12-05 17:07:49 UTC (rev 6282)
+++ xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-12-05 17:32:22 UTC (rev 6283)
@@ -58,6 +58,11 @@
 
 AC_OUTPUT([
 Makefile
+doc/Makefile
+doc/C/Makefile
+doc/C/images/Makefile
+doc/fr/Makefile
+doc/fr/images/Makefile
 icons/Makefile
 icons/48x48/Makefile
 icons/scalable/Makefile

Added: xfce4-screenshooter-plugin/trunk/doc/Makefile.am
===================================================================
--- xfce4-screenshooter-plugin/trunk/doc/Makefile.am	                        (rev 0)
+++ xfce4-screenshooter-plugin/trunk/doc/Makefile.am	2008-12-05 17:32:22 UTC (rev 6283)
@@ -0,0 +1,3 @@
+SUBDIRS = \
+	C \
+	fr

Added: xfce4-screenshooter-plugin/trunk/doc/fr/Makefile.am
===================================================================
--- xfce4-screenshooter-plugin/trunk/doc/fr/Makefile.am	                        (rev 0)
+++ xfce4-screenshooter-plugin/trunk/doc/fr/Makefile.am	2008-12-05 17:32:22 UTC (rev 6283)
@@ -0,0 +1,9 @@
+SUBDIRS = \
+	images
+
+docdir=$(datadir)/xfce4/doc/fr
+
+doc_DATA= \
+	xfce4-screenshooter.html
+
+EXTRA_DIST = $(doc_DATA)

Added: xfce4-screenshooter-plugin/trunk/doc/fr/images/Makefile.am
===================================================================
--- xfce4-screenshooter-plugin/trunk/doc/fr/images/Makefile.am	                        (rev 0)
+++ xfce4-screenshooter-plugin/trunk/doc/fr/images/Makefile.am	2008-12-05 17:32:22 UTC (rev 6283)
@@ -0,0 +1,5 @@
+imagesdir = $(datadir)/xfce4/doc/fr/images
+images_DATA = \
+	xfce4-screenshooter-dialog.png
+
+EXTRA_DIST = $(images_DATA)




More information about the Goodies-commits mailing list