summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 1088ca487b8520d1e2dfb6c1e4f65af52c0d9798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
NAME = fedora-logos
XML = backgrounds/desktop-backgrounds-fedora.xml

all: update-po

update-po:
	@echo "updating pot files..."
	sed -e "s/_name/name/g" $(XML).in > $(XML)
	# FIXME need to handle translations
	#
	#( cd po && intltool-update --gettext-package=$(NAME) --pot )
	#@echo "merging existing po files to xml..."
	#intltool-merge -x po $(XML).in $(XML)