summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-11-15 16:38:06 +0100
committerMichael Vogt <egon@top>2005-11-15 16:38:06 +0100
commit949a7e408b9e77aeaed979a3c30c3d17829596d1 (patch)
tree6fc86f545315310ee957abdd7e8413db34308607 /channels
parent112d31f668dff8955aed5012660cc378bba1dba9 (diff)
downloadpython-apt-949a7e408b9e77aeaed979a3c30c3d17829596d1.tar.gz
* missing bits added
* make update-po run
Diffstat (limited to 'channels')
-rw-r--r--channels/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
new file mode 100644
index 00000000..3901f9cc
--- /dev/null
+++ b/channels/Makefile
@@ -0,0 +1,14 @@
+
+DOMAIN=update-manager
+INFO_IN_FILES := $(wildcard *.info.in)
+INFO_FILES := $(patsubst %.info.in,%.info,$(wildcard *.info.in))
+
+all: $(INFO_FILES)
+
+%.info: %.info.in ../po/$(DOMAIN).pot
+ 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