[ds6-devel] nc6 Makefile.am,1.11,1.12

simone at deepspace6.net simone at deepspace6.net
Sat Jan 11 15:29:13 CET 2003


Update of /ds6/cvs/nc6

Modified Files:
	Makefile.am 
Log Message:
Added a new aux target: make catalog

This target is used to rebuild i18n/messages.pot automatically scanning
for _("strings") every source file.

"make catalog" should be done by developers only (and the i18n/messages.pot
should be committed to CVS) when they think it's time to release work for
translators.



Index: Makefile.am
===================================================================
RCS file: /ds6/cvs/nc6/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am	1 Jan 2003 20:48:49 -0000	1.11
+++ Makefile.am	11 Jan 2003 14:29:11 -0000	1.12
@@ -25,3 +25,6 @@
 	for file in $(AUX_DIST) $(AUX_DIST_EXTRA); do \
 	  cp $$file $(distdir)/$$file; \
 	done
+
+catalog:
+	xgettext -F -k_ -o i18n/messages.pot src/*.[ch]



More information about the ds6-devel mailing list