diff options
author | Bdale Garbee <bdale@gag.com> | 2011-01-18 23:54:36 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-01-18 23:54:36 -0700 |
commit | 4ae724fe1d2ca0d712321c4fdc2200ff46d77428 (patch) | |
tree | 38a66be3cfcb0d8d855913d26ce0c7215f4a5239 | |
parent | ca7b549fbf62019b01a6e6c85da50645ea9a4502 (diff) |
we need an install target to prevent parent dir make from failing
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index ea030189..80c84409 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -22,6 +22,8 @@ PDFSTYLE= all: $(HTML) $(PDF) +install: all + publish: $(DOC) cp $(DOC) /home/bdale/web/altusmetrum/AltOS/doc/ (cd /home/bdale/web/altusmetrum ; \ |