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

« back to all changes in this revision

Viewing changes to data/Makefile

  • Committer: Balint Reczey
  • Date: 2019-12-17 20:29:55 UTC
  • Revision ID: balint.reczey@canonical.com-20191217202955-nqe4xz2c54s60y59
Moved to git at https://git.launchpad.net/ubuntu-release-upgrader

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
DOMAIN=ubuntu-release-upgrader
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 $< $@