comparison doc/misc/html/examples/mpp/DEFS.mk @ 0:13d2b8934445

Import AnaGram (near-)release tree into Mercurial.
author David A. Holland
date Sat, 22 Dec 2007 17:52:45 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:13d2b8934445
1 include $(BUILDTOP)/config.mk
2 include $(TOP)/mk/installdirs.mk
3
4 FILES=\
5 ct.html \
6 ex.html \
7 macproc.html \
8 mas.html \
9 mpp.html \
10 parsers.html \
11 reltc24.gif \
12 relte24.gif \
13 reltmt24.gif \
14 reltto24.gif \
15 token.html \
16 ts.html
17
18 all rules depend clean distclean agfiles agclean:;
19
20 install:
21 @$(TOP)/mk/mkinstalldirs.sh "$(DOCDIR)/html/examples/mpp"
22 @echo ' [CP] $(FILES)'
23 @cp `(cd $(SRCDIR) && ls *.html *.gif) | sed 's,^,$(SRCDIR)/,'` \
24 "$(DOCDIR)/html/examples/mpp/"
25 @(cd "$(DOCDIR)/html/examples/mpp/" && chmod 644 *.html *.gif)
26
27
28 .PHONY: all rules depend install clean distclean agfiles agclean