[Po4a-commits] "po4a changelog, 1.522, 1.523 MANIFEST, 1.57, 1.58 Makefile, 1.10, 1.11 po4a-build.conf, 1.1, 1.2"

Neil Williams codehelp at alioth.debian.org
Fri Nov 13 10:46:42 UTC 2009


Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv29202

Modified Files:
	changelog MANIFEST Makefile po4a-build.conf 
Log Message:
	* MANIFEST: Add build and runtime documentation.
	* Makefile: Remove empty directories after install.
	* doc/po4a-build.conf.5.pod: Documentation for the
	po4a-build.conf file.
	* doc/po4a-runtime.7.pod: Documentation for using example
	files from po4a for runtime script translation.
	* doc/po4a.7.pod: Typo.
	* po4a-build.conf: Add section 5 and 7 POD content.
	* share/doc/po4a-build.xml: Document section 5 support.
	* share/po4a-build: Support section 5 for POD.
	* share/po4a-build.conf.example: Section 5 support.



Index: po4a-build.conf
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-build.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- po4a-build.conf	12 Nov 2009 22:16:45 -0000	1.1
+++ po4a-build.conf	13 Nov 2009 10:46:40 -0000	1.2
@@ -25,8 +25,10 @@
 PODFILE="po4a po4a-gettextize po4a-normalize po4a-translate po4a-updatepo scripts/msguntypot"
 # the POD files for man3/ - module names regenerated from the path.
 PODMODULES="lib/Locale/Po4a/*.pm"
+# POD files for section 5
+POD5FILES="doc/po4a-build.conf.5.pod"
 # POD files for section 7
-POD7FILES="doc/po4a.7.pod"
+POD7FILES="doc/po4a.7.pod doc/po4a-runtime.7.pod"
 # the binary packages using POD
 PODPACKAGES="po4a"
 # html output (subdirectory of BASEDIR)

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/changelog,v
retrieving revision 1.522
retrieving revision 1.523
diff -u -d -r1.522 -r1.523
--- changelog	12 Nov 2009 22:02:11 -0000	1.522
+++ changelog	13 Nov 2009 10:46:40 -0000	1.523
@@ -1,3 +1,17 @@
+2009-11-13  Neil Williams  <linux at codehelp.co.uk>
+
+	* MANIFEST: Add build and runtime documentation.
+	* Makefile: Remove empty directories after install.
+	* doc/po4a-build.conf.5.pod: Documentation for the
+	po4a-build.conf file.
+	* doc/po4a-runtime.7.pod: Documentation for using example
+	files from po4a for runtime script translation.
+	* doc/po4a.7.pod: Typo.
+	* po4a-build.conf: Add section 5 and 7 POD content.
+	* share/doc/po4a-build.xml: Document section 5 support.
+	* share/po4a-build: Support section 5 for POD.
+	* share/po4a-build.conf.example: Section 5 support.
+
 2009-11-12  Neil Williams  <linux at codehelp.co.uk>
 
 	* Build.PL: OK, this is a hack but gettext really doesn't

Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	12 Nov 2009 22:02:13 -0000	1.10
+++ Makefile	13 Nov 2009 10:46:40 -0000	1.11
@@ -8,6 +8,7 @@
 install: Build
 	@./Build install destdir=$(DESTDIR)
 	make -C po/bin install DESTDIR=$(DESTDIR)
+	find $(DESTDIR) -type d -empty -delete
 
 clean: Build
 	@./Build realclean

Index: MANIFEST
===================================================================
RCS file: /cvsroot/po4a/po4a/MANIFEST,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- MANIFEST	12 Nov 2009 20:29:52 -0000	1.57
+++ MANIFEST	13 Nov 2009 10:46:40 -0000	1.58
@@ -22,6 +22,8 @@
 doc/addendum_man.ja
 doc/addendum_man.pl
 doc/po4a.7.pod
+doc/po4a-build.conf.5.pod
+doc/po4a-runtime.7.pod
 lib/Locale/Po4a/BibTeX.pm
 lib/Locale/Po4a/Chooser.pm
 lib/Locale/Po4a/Common.pm




More information about the Po4a-commits mailing list