~ubuntu-core-dev/ubuntu-release-upgrader/trunk

« back to all changes in this revision

Viewing changes to data/Makefile

  • Committer: Michael Vogt
  • Date: 2005-11-15 14:44:23 UTC
  • Revision ID: egon@top-20051115144423-5d01f44d63b99ecc
* build-system tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
DOMAIN=update-manager
 
3
DESKTOP_IN_FILES := $(wildcard *.desktop.in)
 
4
DESKTOP_FILES := $(patsubst %.desktop.in,%.desktop,$(wildcard *.desktop.in))
 
5
 
 
6
all: $(DESKTOP_FILES)
 
7
 
 
8
%.desktop: %.desktop.in ../po/$(DOMAIN).pot
 
9
        intltool-merge -d ../po $< $@