moved messages targets out of the Makefile.am

svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=536282
remotes/origin/kdvi
Stephan Kulow 20 years ago
parent 24931b0e39
commit f2d0be8db6
  1. 4
      Makefile.am
  2. 4
      Messages.sh

@ -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

@ -0,0 +1,4 @@
#! /bin/sh
$PREPARETIPS > tips.cpp
$XGETTEXT *.cpp -o $podir/kdvi.pot
rm -f tips.cpp
Loading…
Cancel
Save