docs-common/common/entities Makefile,1.32,1.33

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Mar 24 18:37:35 UTC 2007


Author: pfrields

Update of /cvs/docs/docs-common/common/entities
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23817

Modified Files:
	Makefile 
Log Message:
Add customary "po" target so "make pot po" here works like everywhere else.



Index: Makefile
===================================================================
RCS file: /cvs/docs/docs-common/common/entities/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Makefile	22 Mar 2007 12:23:01 -0000	1.32
+++ Makefile	24 Mar 2007 18:37:32 -0000	1.33
@@ -93,8 +93,8 @@
 
 $(foreach L,${OTHERS},$(eval $(call PO_template,${L})))
 
-.PHONY:	po-all
-po-all:	${foreach L,${OTHERS},po/${L}.po}
+.PHONY:	po-all po
+po-all po:	${foreach L,${OTHERS},po/${L}.po}
 
 help::
 	@printf ${HELPFMT} "make po-all"	"Generate all .PO files"




More information about the Fedora-docs-commits mailing list