File: Makefile

package info (click to toggle)
manderlbot 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 760 kB
  • sloc: erlang: 2,898; makefile: 219; sh: 67; xml: 30
file content (18 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id$

MANPAGES  = manderlbot.1 manderlbot.conf.5

all: man

man: $(MANPAGES)

%.1:%.1.sgml
	docbook2man $< >/dev/null 2>&1

%.5:%.5.sgml
	docbook2man $< >/dev/null 2>&1


clean:
	-rm -f *~
	-rm -f manpage.links manpage.refs *.1 *.5