Author: djpig
Date: 2006-02-17 16:36:08 +0000 (Fri, 17 Feb 2006)
New Revision: 155

Modified:
   trunk/man/ChangeLog
   trunk/man/Makefile.am
Log:
Add new updatepo target that calls `make updatepo' in all subdirectories.


Modified: trunk/man/ChangeLog
===================================================================
--- trunk/man/ChangeLog 2006-02-17 16:27:20 UTC (rev 154)
+++ trunk/man/ChangeLog 2006-02-17 16:36:08 UTC (rev 155)
@@ -2,5 +2,8 @@
 
        * C/po/*.pot: Update.
 
+       * Makefile.am (updatepo): New target that calls
+       `make updatepo' in all subdirectories.
 
+
 Older changes are documented in the top-level ChangeLog

Modified: trunk/man/Makefile.am
===================================================================
--- trunk/man/Makefile.am       2006-02-17 16:27:20 UTC (rev 154)
+++ trunk/man/Makefile.am       2006-02-17 16:36:08 UTC (rev 155)
@@ -2,3 +2,9 @@
 
 # C must be the first sub-directory because it contains the POT files.
 SUBDIRS = C de es fr hu ja pt_BR ru sv
+
+.PHONY: updatepo
+updatepo:
+       list='$(SUBDIRS)'; for dir in $$list; do \
+               $(MAKE) -C "$$dir" updatepo; \
+       done


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to