diff options
author | Michele Calgaro <[email protected]> | 2021-06-16 12:16:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-06-16 12:16:58 +0900 |
commit | cb247846ee7519c70ed85e536e4cdfa8f3e274db (patch) | |
tree | 7506f1305ed9621a6db75630cc968c814792cf27 /po/Makefile.am | |
parent | dbf4baa42b7c61089eeca70033f4231b9fff3698 (diff) | |
download | kdbg-cb247846ee7519c70ed85e536e4cdfa8f3e274db.tar.gz kdbg-cb247846ee7519c70ed85e536e4cdfa8f3e274db.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'po/Makefile.am')
-rw-r--r-- | po/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/po/Makefile.am b/po/Makefile.am deleted file mode 100644 index 310ebaf..0000000 --- a/po/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -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 |