~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to channels/Makefile

  • Committer: Michael Vogt
  • Date: 2005-11-15 15:38:06 UTC
  • Revision ID: egon@top-20051115153806-1cf78ecfc76d03b4
* missing bits added
* make update-po run

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
DOMAIN=update-manager
 
3
INFO_IN_FILES := $(wildcard *.info.in)
 
4
INFO_FILES := $(patsubst %.info.in,%.info,$(wildcard *.info.in))
 
5
 
 
6
all: $(INFO_FILES)
 
7
 
 
8
%.info: %.info.in ../po/$(DOMAIN).pot
 
9
        sed 's/^_//g' < $< > $@
 
10
        intltool-extract --type=gettext/rfc822deb $<
 
11
        #intltool-merge -d ../po $< $@
 
12
 
 
13
clean:
 
14
        rm -f $(INFO_FILES) $(wildcard *.h)
 
 
b'\\ No newline at end of file'