From e16866e072f94410321d70daedbcb855ea878cac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:40 -0600 Subject: Actually move the kde files that were renamed in the last commit --- kdeui/colors/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 kdeui/colors/Makefile.am (limited to 'kdeui/colors/Makefile.am') 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 - -- cgit v1.2.1