Mercurial > ~dholland > hg > ag > index.cgi
comparison doc/misc/html/oldclasslib/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 array.html \ | |
6 charsink.html \ | |
7 classlib.html \ | |
8 pair.html \ | |
9 stack.html \ | |
10 strdict.html \ | |
11 util.html | |
12 | |
13 all rules depend clean distclean agfiles agclean:; | |
14 | |
15 install: | |
16 @$(TOP)/mk/mkinstalldirs.sh "$(DOCDIR)/html/oldclasslib" | |
17 @echo ' [CP] $(FILES)' | |
18 @cp `(cd $(SRCDIR) && ls *.html) | sed 's,^,$(SRCDIR)/,'` \ | |
19 "$(DOCDIR)/html/oldclasslib/" | |
20 @(cd "$(DOCDIR)/html/oldclasslib/" && chmod 644 *.html) | |
21 | |
22 | |
23 .PHONY: all rules depend install clean distclean agfiles agclean |