diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:00 -0600 |
commit | ba462cdcaeee005bc656bec1f7495c80a4fc9f1f (patch) | |
tree | ff8aa91069c08778f490c15b880ace00350c4f2a /kregexpeditor/qt-only | |
parent | 6987789e9755571646069fc12f9c3b2a9296a57e (diff) | |
download | tdeutils-ba462cdcaeee005bc656bec1f7495c80a4fc9f1f.tar.gz tdeutils-ba462cdcaeee005bc656bec1f7495c80a4fc9f1f.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kregexpeditor/qt-only')
-rwxr-xr-x | kregexpeditor/qt-only/compile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kregexpeditor/qt-only/compile b/kregexpeditor/qt-only/compile index d6fb6c6..df207a6 100755 --- a/kregexpeditor/qt-only/compile +++ b/kregexpeditor/qt-only/compile @@ -2,7 +2,7 @@ # On Linux do this ln -s ../*.{cpp,h,y,l} . ln -s ../{KMultiFormListBox,KWidgetStreamer}/*.{cpp,h} . -ln -s $KDESRC/kdelibs/interfaces/kregexpeditor/kregexpeditorinterface.h . +ln -s $KDESRC/tdelibs/interfaces/kregexpeditor/kregexpeditorinterface.h . ln -s gen_qregexpparser.cc gen_qregexpparser.cpp touch unistd.h mkdir icons @@ -17,9 +17,9 @@ bison -d -p qregexp -o gen_qregexpparser.cc qregexpparser.y mkdir manual cd manual -meinproc $KDESRC/kdeutils/doc/KRegExpEditor/index.docbook +meinproc $KDESRC/tdeutils/doc/KRegExpEditor/index.docbook for x in *.html; do sed 's/<img src="help:[^>]*>//' < $x > tmp.html; mv tmp.html $x; done -cp $KDESRC/kdeutils/doc/KRegExpEditor/*.png . +cp $KDESRC/tdeutils/doc/KRegExpEditor/*.png . cd .. (cd icons; $QTDIR/tools/qembed/qembed --images *.png > ../images.h) |