diff options
Diffstat (limited to 'kregexpeditor/qt-only/compile')
-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) |