File: rules

package info (click to toggle)
festvox-suopuhe-lj 1.0g-20051204-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 7,788 kB
  • sloc: lisp: 3,385; perl: 16; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

README=lib/voices/finnish/suo_fi_lj_diphone/README.lj

%:
	dh ${@}

override_dh_auto_clean:
	if [ -f $(README).org ] ; then mv $(README).org $(README) ; fi
	dh_auto_clean

override_dh_auto_build:
	dh_auto_build
	# recode the upstream README into UTF-8
	if [ ! -f $(README).org ] ; then cp -p $(README) $(README).org ; fi
	iconv -f ISO-8859-1 -t UTF-8 $(README).org -o $(README)