comparison usr/src/cmd/man/src/util/nsgmls.src/doc/Makefile @ 0:c9caec207d52 b86

Initial porting based on b86
author Koji Uno <koji.uno@sun.com>
date Tue, 02 Jun 2009 18:56:50 +0900
parents
children 1a15d5aaf794
comparison
equal deleted inserted replaced
-1:000000000000 0:c9caec207d52
1 #
2 #pragma ident "@(#)Makefile 1.2 00/05/01 SMI"
3 #
4 NSGMLS=nsgmls
5 DOCS=archform.htm \
6 build.htm \
7 catalog.htm \
8 features.htm \
9 generic.htm \
10 ideas.htm \
11 index.htm \
12 new.htm \
13 nsgmls.htm \
14 sgmldecl.htm \
15 sgmlnorm.htm \
16 sgmlsout.htm \
17 spam.htm \
18 spent.htm \
19 sysdecl.htm \
20 sysid.htm \
21 winntu.htm
22
23 validate: $(DOCS)
24 $(NSGMLS) -sB $(DOCS)
25 touch validate