File: Makefile.am

package info (click to toggle)
clamsmtp 1.10-7
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,352 kB
  • ctags: 333
  • sloc: sh: 3,919; ansic: 3,286; makefile: 20
file content (9 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9

man_MANS = clamsmtpd.8 clamsmtpd.conf.5
EXTRA_DIST = $(man_MANS) clamsmtpd.conf

# Simple way to make docs
html: 
	perl man2html.pl clamsmtpd.8 > clamsmtpd.html
	perl man2html.pl clamsmtpd.conf.5 > clamsmtpd.conf.html