aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-03-22 16:43:37 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-03-22 16:43:37 +0000
commit4c5770c6216150ce32e440e8e8110e26db575baf (patch)
tree4a5c4b3094c34ea5d823b8b62de6c3c78e5808ab /po/Makefile
parentbe2020350c8c291cfc4e2c3f56f3863f8df57206 (diff)
downloadrpmdrake-4c5770c6216150ce32e440e8e8110e26db575baf.tar
rpmdrake-4c5770c6216150ce32e440e8e8110e26db575baf.tar.gz
rpmdrake-4c5770c6216150ce32e440e8e8110e26db575baf.tar.bz2
rpmdrake-4c5770c6216150ce32e440e8e8110e26db575baf.tar.xz
rpmdrake-4c5770c6216150ce32e440e8e8110e26db575baf.zip
Added Makefile rule to generate easile the *.pom files
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index 9e04ab3d..f283fe00 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -23,6 +23,9 @@ all: $(MOFILES)
./clean_po.pl "$<"f > "$<"g
msgfmt -o $@ "$<"g
+%.pom: %.po
+ ./get_from_compssusers.pl "$<" > $@
+
merge: $(PGOAL).pot
@for n in $(POFILES); do \
echo "Merging $$n"; \