File: Makefile.am

package info (click to toggle)
buffy 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,544 kB
  • ctags: 173
  • sloc: sh: 9,120; cpp: 1,220; makefile: 33
file content (12 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

SUBDIRS = src

buffy.1: src/buffy
	$< --manpage > $@

man_MANS = buffy.1

EXTRA_DIST = $(man_MANS) LINKS

CLEANFILES = $(man_MANS)