blob: d212e4aaaa9f9ad87dfabe1bc58acb4b50d56d27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# $Id: Makefile,v 1.26 1998/07/20 03:46:54 steve Exp $
#
SUBDIR += agrep
SUBDIR += c2html
SUBDIR += catdoc
SUBDIR += docbook
SUBDIR += docproj
SUBDIR += dsssl-docbook-modular
SUBDIR += glimpse
SUBDIR += gxditview
SUBDIR += html
SUBDIR += info2html
SUBDIR += isearch
SUBDIR += iso12083
SUBDIR += iso8879
SUBDIR += ispell
SUBDIR += jade
SUBDIR += latex2html
SUBDIR += linuxdoc
SUBDIR += mgdiff
SUBDIR += par
SUBDIR += pilot_makedoc
SUBDIR += rman
SUBDIR += sgmlformat
SUBDIR += sgrep
SUBDIR += sp
SUBDIR += texi2html
SUBDIR += textutils
SUBDIR += tth
SUBDIR += txt2html
SUBDIR += unroff
SUBDIR += urlview
SUBDIR += wdiff
SUBDIR += word2x
SUBDIR += yodl
.include <bsd.port.subdir.mk>
|