Mercurial > ~dholland > hg > swallowtail > index.cgi
annotate doc/Makefile @ 17:f155c6af2c6b
Store the pdf in Mercurial.
(this wastes some space but makes it easier to cut releases)
author | David A. Holland |
---|---|
date | Mon, 03 Sep 2012 13:57:47 -0400 |
parents | c4ee36b629c0 |
children |
rev | line source |
---|---|
15
c4ee36b629c0
Build bits for docs, and a starting placeholder doc.
David A. Holland
parents:
diff
changeset
|
1 TOP=.. |
c4ee36b629c0
Build bits for docs, and a starting placeholder doc.
David A. Holland
parents:
diff
changeset
|
2 include $(TOP)/mk/base.mk |
c4ee36b629c0
Build bits for docs, and a starting placeholder doc.
David A. Holland
parents:
diff
changeset
|
3 |
c4ee36b629c0
Build bits for docs, and a starting placeholder doc.
David A. Holland
parents:
diff
changeset
|
4 DOC=swallowtail |
c4ee36b629c0
Build bits for docs, and a starting placeholder doc.
David A. Holland
parents:
diff
changeset
|
5 |
c4ee36b629c0
Build bits for docs, and a starting placeholder doc.
David A. Holland
parents:
diff
changeset
|
6 include $(TOP)/mk/doc.mk |