we need an install target to prevent parent dir make from failing
authorBdale Garbee <bdale@gag.com>
Wed, 19 Jan 2011 06:54:36 +0000 (23:54 -0700)
committerBdale Garbee <bdale@gag.com>
Wed, 19 Jan 2011 06:54:36 +0000 (23:54 -0700)
doc/Makefile

index ea0301894905e2fc6c0bba223d50e993b6fc2c2c..80c84409a0f459115de9d0905de22ecf7c667924 100644 (file)
@@ -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 ; \