From: Oliver Schmidt
Date: Mon, 3 Mar 2014 20:16:30 +0000 (+0100)
Subject: There seems to be no desire for a doc install.
X-Git-Tag: V2.15~139
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fcc95f4c1c42c98fedcd643c4174594deaf08e6e;p=cc65
There seems to be no desire for a doc install.
---
diff --git a/doc/Makefile b/doc/Makefile
index 189fa60ee..8c2bb902c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -13,7 +13,7 @@ TOC_LEVEL = 2
GH_PAGES = ../../gh-pages
-all:
+all mostlyclean install:
doc: html info
@@ -21,8 +21,6 @@ html: $(addprefix ../html/,$(SGMLS:.sgml=.html) doc.css doc.png)
info: $(addprefix ../info/,$(SGMLS:.sgml=.info))
-mostlyclean:
-
clean:
$(RM) -r ../html ../info