File: Makefile.dist

package info (click to toggle)
kolab-cyrus-imapd 2.2.13-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 14,028 kB
  • ctags: 8,058
  • sloc: ansic: 83,921; sh: 36,867; perl: 3,994; makefile: 1,416; yacc: 949; awk: 302; lex: 249; asm: 214
file content (19 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: Makefile.dist,v 1.11 2003/10/22 18:50:04 rjs3 Exp $
dist:
	mkdir -p man
	for man in ../man/*.[1-9]; \
	do \
		echo "=== $$man ==="; \
		groff -man -Thtml $$man > man/`basename $$man`.html; \
	done

	pod2html ../perl/imap/cyradm.sh > man/cyradm.1.html
	pod2man ../perl/sieve/scripts/sieveshell.pl > ../man/sieveshell.1
	pod2html ../perl/sieve/scripts/sieveshell.pl > man/sieveshell.1.html

	rm -f groff-html-*.png pod2htm*

	fig2dev -L png murder.fig murder.png
	fig2dev -L png netnews.fig netnews.png

	(cd text; make)