[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
- Previous message: [ds6-devel] nc6/src circ_buf.c,1.17,1.18 connection.c,1.18,1.19
filter.c,1.16,1.17 io_stream.c,1.17,1.18 main.c,1.16,1.17
misc.c,1.12,1.13 misc.h,1.14,1.15 network.c,1.29,1.30
parser.c,1.33,1.34 readwrite.c,1.29,1.30
- Next message: [ds6-devel] nc6/i18n - New directory
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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]
- Previous message: [ds6-devel] nc6/src circ_buf.c,1.17,1.18 connection.c,1.18,1.19
filter.c,1.16,1.17 io_stream.c,1.17,1.18 main.c,1.16,1.17
misc.c,1.12,1.13 misc.h,1.14,1.15 network.c,1.29,1.30
parser.c,1.33,1.34 readwrite.c,1.29,1.30
- Next message: [ds6-devel] nc6/i18n - New directory
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ds6-devel
mailing list