summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-03-24 18:37:32 +0000
committerPaul W. Frields <stickster@gmail.com>2007-03-24 18:37:32 +0000
commit9759d0e5380b668a3637d83444e43b9a91f877f7 (patch)
tree2ef89b402e56d737d4e4a18cfac66495d31c22d1 /common
parenta053ed067167792d021c3a13bd0d5bf869adeb04 (diff)
downloadfedora-doc-utils-9759d0e5380b668a3637d83444e43b9a91f877f7.tar.gz
fedora-doc-utils-9759d0e5380b668a3637d83444e43b9a91f877f7.tar.xz
fedora-doc-utils-9759d0e5380b668a3637d83444e43b9a91f877f7.zip
Add customary "po" target so "make pot po" here works like everywhere else.
Diffstat (limited to 'common')
-rw-r--r--common/entities/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/entities/Makefile b/common/entities/Makefile
index ad1d61b..db9cbef 100644
--- a/common/entities/Makefile
+++ b/common/entities/Makefile
@@ -93,8 +93,8 @@ endef
$(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"