File: Makefile.am

package info (click to toggle)
multispeech 4.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,672 kB
  • sloc: cpp: 6,617; sh: 4,384; perl: 164; makefile: 91
file content (10 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in

man_MANS = multispeech.1 multispeech.conf.5
CLEANFILES = multispeech.1 multispeech.conf.5
MAINTAINERCLEANFILES = Makefile.in
dist_doc_DATA = interface.txt prehistory.ChangeLog
EXTRA_DIST = multispeech.man multispeech.conf.man

%.1 %.5: %.man
	sed -e "s|<sysconfdir>|$(sysconfdir)|g" -e "s|<datadir>|$(datadir)|g" $< > $@