comparison doc/misc/html/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 filetr6d.gif \
6 ftrace.html \
7 gloss.html \
8 gramtr6g.gif \
9 gtrace.html \
10 index.html \
11 isdp.html \
12 start.html \
13 summary.html \
14 ugcont.html
15
16 all rules depend clean distclean agfiles agclean:;
17
18 install:
19 @$(TOP)/mk/mkinstalldirs.sh "$(DOCDIR)/html"
20 @echo ' [CP] $(FILES)'
21 @cp `(cd $(SRCDIR) && ls *.html *.gif) | sed 's,^,$(SRCDIR)/,'` \
22 "$(DOCDIR)/html/"
23 @(cd "$(DOCDIR)/html/" && chmod 644 *.html *.gif)
24
25
26 .PHONY: all rules depend install clean distclean agfiles agclean