File: Makefile.am

package info (click to toggle)
ibus-libpinyin 1.16.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,980 kB
  • sloc: cpp: 21,874; sh: 5,754; ansic: 1,095; python: 1,062; makefile: 512; xml: 490; awk: 32; sed: 16
file content (13 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
CLEANFILES = \
	ZhConversion.* \
	$(NULL)

ZhConversion.php:
	$(AM_V_GEN) \
	curl https://raw.githubusercontent.com/wikimedia/mediawiki/master/includes/languages/data/ZhConversion.php > $@ || \
		( $(RM) $@; exit 1 )

ZhConversion.py: ZhConversion.php
	$(AM_V_GEN) \
	php $(srcdir)/php_2_py.php > $@ || \
		( $(RM) $@; exit 1 )