File: Makefile.am

package info (click to toggle)
jpegjudge 0.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: ansic: 536; sh: 500; makefile: 39
file content (14 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EXTRA_DIST = README-jpeg6a judge.1 judge.txt config.h.bot estim.h estim.c

AUTOMAKE_OPTIONS = foreign

man_MANS = judge.1
bin_PROGRAMS = judge
judge_SOURCES = judge.c

judge.txt: judge.1
	man -T ascii -l $< >$@

# everything below is maintainer-only!
# create manual page in -html format. Don't ask
copy-www: judge.txt all dist