From f2d0be8db6ae42ffdc144314052f633d91bd139b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 1 May 2006 18:59:41 +0000 Subject: [PATCH] moved messages targets out of the Makefile.am svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=536282 --- Makefile.am | 4 ---- Messages.sh | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 Messages.sh diff --git a/Makefile.am b/Makefile.am index 528f6ec9d..d94892ad5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,10 +63,6 @@ KDE_OPTIONS = nofinal ## this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = dvi.h dviRenderer.h xdvi.h -messages: rc.cpp - $(PREPARETIPS) > tips.cpp - $(XGETTEXT) *.cpp -o $(podir)/kdvi.pot - rm -f tips.cpp tip_DATA = tips tipdir = $(kde_datadir)/kdvi diff --git a/Messages.sh b/Messages.sh new file mode 100644 index 000000000..ca5114cf7 --- /dev/null +++ b/Messages.sh @@ -0,0 +1,4 @@ +#! /bin/sh +$PREPARETIPS > tips.cpp +$XGETTEXT *.cpp -o $podir/kdvi.pot +rm -f tips.cpp