File: Makefile.am

package info (click to toggle)
juman 7.0-3.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 40,220 kB
  • ctags: 1,474
  • sloc: sh: 10,168; ansic: 9,955; perl: 5,194; makefile: 745
file content (12 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
SUBDIRS = lib makeint makemat makepat juman dic autodic wikipediadic doc

jumanrcdir=$(sysconfdir)
nodist_jumanrc_DATA = jumanrc
dist_noinst_DATA = jumanrc.in
CLEANFILES = jumanrc
EXTRA_DIST = perl

jumanrc: jumanrc.in config.status
	rm -f $@ $@.tmp
	LANG=C sed 's,@pkgdatadir\@,$(pkgdatadir),g' $< > $@.tmp
	mv $@.tmp $@