From: Bdale Garbee Date: Wed, 19 Jan 2011 06:54:36 +0000 (-0700) Subject: we need an install target to prevent parent dir make from failing X-Git-Tag: debian/0.8.1+81+g4ae724f~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=4ae724fe1d2ca0d712321c4fdc2200ff46d77428;hp=ca7b549fbf62019b01a6e6c85da50645ea9a4502 we need an install target to prevent parent dir make from failing --- 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 ; \