diff options
| author | glatzor@ubuntu.com <> | 2006-07-21 23:13:48 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-07-21 23:13:48 +0200 |
| commit | f5acaf7e44c59fd542e7dc40549a519a08a39a8a (patch) | |
| tree | 26ae31514fd70454825ddf91cbdd0e67ace9844e /data/channels/Makefile | |
| parent | faa8e24031b9dfb788aa51e50770b7f572f18e9d (diff) | |
| download | python-apt-f5acaf7e44c59fd542e7dc40549a519a08a39a8a.tar.gz | |
* moved all glade and channels files into subdirectories of data
* do not install obsolete files to update-manager/channels
Diffstat (limited to 'data/channels/Makefile')
| -rw-r--r-- | data/channels/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/channels/Makefile b/data/channels/Makefile new file mode 100644 index 00000000..3901f9cc --- /dev/null +++ b/data/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 |
