summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-10 20:57:27 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-10 20:57:27 +0000
commit153bf11f19d0a3335c77df8f5722c9cc3f9c389b (patch)
treead7ca074b50f91ae6399544246ab811946e906a9
parent6f6eb6ae3ea67198f7857cb8c2a5e2de336c8955 (diff)
downloadtdegraphics-153bf11f19d0a3335c77df8f5722c9cc3f9c389b.tar.gz
tdegraphics-153bf11f19d0a3335c77df8f5722c9cc3f9c389b.zip
Repaired kdvi compilation with gcc4.x+
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1072751 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kdvi/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdvi/Makefile.am b/kdvi/Makefile.am
index dce4053a..20ec2862 100644
--- a/kdvi/Makefile.am
+++ b/kdvi/Makefile.am
@@ -46,9 +46,9 @@ kdvi_LDADD = ../kviewshell/libifaces.la ../kviewshell/libkviewshell.la -lkparts
noinst_HEADERS = dvi.h dviRenderer.h xdvi.h
messages: rc.cpp
- $(PREPARETIPS) > tips.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kdvi.pot
- rm -f tips.cpp
+ $(PREPARETIPS) > tips.txt
+ $(XGETTEXT) *.cpp *.txt -o $(podir)/kdvi.pot
+ rm -f tips.txt
xdg_apps_DATA = kdvi.desktop