diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-03 01:47:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-03 01:47:30 +0200 |
commit | 239e873a38fa91a3fbd27e134bda015922abbabd (patch) | |
tree | d7c79f740bce93768ee78b6b787c83a2115b047f /po/Makefile.am | |
download | kdbg-239e873a38fa91a3fbd27e134bda015922abbabd.tar.gz kdbg-239e873a38fa91a3fbd27e134bda015922abbabd.zip |
Initial import
Diffstat (limited to 'po/Makefile.am')
-rw-r--r-- | po/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/po/Makefile.am b/po/Makefile.am new file mode 100644 index 0000000..310ebaf --- /dev/null +++ b/po/Makefile.am @@ -0,0 +1,5 @@ +POFILES = AUTO + +# To merge the messages from kdbg.pot into the *.po files do this +# in the _source_ directory: +# make -f ../admin/Makefile.common package-merge POFILES='*.po' PACKAGE=kdbg > /dev/null |