summaryrefslogtreecommitdiff
path: root/data/channels/Makefile
diff options
context:
space:
mode:
authorglatzor@ubuntu.com <>2006-09-02 11:47:55 +0200
committerglatzor@ubuntu.com <>2006-09-02 11:47:55 +0200
commit650cb474d23914be801af09d5f9c31cfc9765b07 (patch)
tree688ce53f51c39e34c496763b4392b92dbaa393fa /data/channels/Makefile
parent953ca5a7624c9398a9fa3c86b203d0c029444d87 (diff)
parent288544afdf646aeebaa1dc7790612a1af098352b (diff)
downloadpython-apt-650cb474d23914be801af09d5f9c31cfc9765b07.tar.gz
* merge with mvo
Diffstat (limited to 'data/channels/Makefile')
-rw-r--r--data/channels/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/channels/Makefile b/data/channels/Makefile
index 3901f9cc..49cc13e1 100644
--- a/data/channels/Makefile
+++ b/data/channels/Makefile
@@ -5,10 +5,10 @@ INFO_FILES := $(patsubst %.info.in,%.info,$(wildcard *.info.in))
all: $(INFO_FILES)
-%.info: %.info.in ../po/$(DOMAIN).pot
+%.info: %.info.in
sed 's/^_//g' < $< > $@
intltool-extract --type=gettext/rfc822deb $<
#intltool-merge -d ../po $< $@
clean:
- rm -f $(INFO_FILES) $(wildcard *.h) \ No newline at end of file
+ rm -f $(wildcard *.h)