File: Makefile.am

package info (click to toggle)
lirc 0.7.1pre2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,852 kB
  • ctags: 2,924
  • sloc: ansic: 31,205; sh: 12,021; makefile: 631
file content (19 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## $Id: Makefile.am,v 1.5 2002/01/06 13:39:40 lirc Exp $

## Process this file with automake to produce Makefile.in 

EXTRA_DIST=lirc.css irxevent.keys

SUBDIRS = man

noinst_PROGRAMS = man2html

release: man2html
	./release-man.sh
	./release-html.sh

dist-hook: release
	cp -a html images $(distdir)

maintainer-clean-local:
	rm -rf html man-html