diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-13 08:23:22 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-13 08:23:22 +0000 |
commit | 2b3f464ab9d54d07697f3db7e5e445b8893e2ac0 (patch) | |
tree | a04f2124b1613acb7df26981696f8076f1f01ac8 /kdeprint | |
parent | 46ea832417485d0afb677cc33d8fc88efe5fce5f (diff) | |
download | tdelibs-2b3f464ab9d54d07697f3db7e5e445b8893e2ac0.tar.gz tdelibs-2b3f464ab9d54d07697f3db7e5e445b8893e2ac0.zip |
Automake fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1102667 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint')
-rw-r--r-- | kdeprint/cups/cupsdconf2/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/cups/cupsdconf2/Makefile.am b/kdeprint/cups/cupsdconf2/Makefile.am index 58c83dc6d..83426a5b6 100644 --- a/kdeprint/cups/cupsdconf2/Makefile.am +++ b/kdeprint/cups/cupsdconf2/Makefile.am @@ -30,6 +30,6 @@ cupsdconfdatadir = $(kde_datadir)/kdeprint # Translations messages: - perl cupsdcomment.pl < cupsd.conf.template > cupsd.conf.template.cpp + perl cupsdcomment.pl < cupsd.conf.template > cupsd.conf.template.txt $(XGETTEXT) *.cpp -o $(podir)/cupsdconf.pot - rm -f cupsd.conf.template.cpp + rm -f cupsd.conf.template.txt |