make the stylesheet page translatable

svn path=/trunk/KDE/kdebase/apps/; revision=915705
This commit is contained in:
Burkhard Lück 2009-01-23 15:36:28 +00:00
parent e6997e3962
commit f0e5f2e927
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +1,3 @@
#! /usr/bin/env bash
$XGETTEXT *.cpp -o $podir/kcmkonqhtml.pot
$EXTRACTRC `find . -name \*.ui` >> rc.cpp
$XGETTEXT *.cpp css/*.cpp -o $podir/kcmkonqhtml.pot

View file

@ -1,2 +0,0 @@
#! /usr/bin/env bash
$XGETTEXT *.cpp -o $podir/kcmcss.pot