This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / i386 / doc / Makefile
CommitLineData
49d50d3a
GW
1# $Id$
2#
3# Makefile for /sys/i386/doc
4# This creates options.info and options.doc from options.texi, if the
5# GNU makeinfo program is present, and fails miserably otherwise.
6#
7
8all: options.info options.doc
9
10options.info: options.texi
11 makeinfo options.texi
12
13options.doc: options.texi
14 makeinfo -o options.doc+ --no-headers options.texi
15 sed '/^General Index/,$$d' < options.doc+ > options.doc
16 rm -f options.doc+
17
18clean:
19 rm -f options.info options.doc options.doc+