summaryrefslogtreecommitdiffstats
path: root/kdeui/colors/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-06 15:56:40 -0600
committerTimothy Pearson <[email protected]>2011-11-06 15:56:40 -0600
commite16866e072f94410321d70daedbcb855ea878cac (patch)
treeee3f52eabde7da1a0e6ca845fb9c2813cf1558cf /kdeui/colors/Makefile.am
parenta58c20c1a7593631a1b50213c805507ebc16adaf (diff)
downloadtdelibs-e16866e072f94410321d70daedbcb855ea878cac.tar.gz
tdelibs-e16866e072f94410321d70daedbcb855ea878cac.zip
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'kdeui/colors/Makefile.am')
-rw-r--r--kdeui/colors/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/kdeui/colors/Makefile.am b/kdeui/colors/Makefile.am
deleted file mode 100644
index 4a298bc56..000000000
--- a/kdeui/colors/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-
-messages:
- : > colors.cpp
- list=`grep '^[0-9]' rgb.txt | tr ' ' ' ' | sed -e "s#^[0-9]* [0-9]* [0-9]* *##" | fgrep -v " " | fgrep -v gray | fgrep -v grey | LC_ALL=C sort -u` ;\
- for i in $$list; do \
- echo "i18n(\"color\", \"$$i\");" | sed -e "s#!# #g" >> colors.cpp ;\
- done
- $(XGETTEXT) colors.cpp -o $(podir)/kdelibs_colors.pot
- -rm -f colors.cpp
-