mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
There seems to be no desire for a doc install.
This commit is contained in:
@@ -13,7 +13,7 @@ TOC_LEVEL = 2
|
|||||||
|
|
||||||
GH_PAGES = ../../gh-pages
|
GH_PAGES = ../../gh-pages
|
||||||
|
|
||||||
all:
|
all mostlyclean install:
|
||||||
|
|
||||||
doc: html info
|
doc: html info
|
||||||
|
|
||||||
@@ -21,8 +21,6 @@ html: $(addprefix ../html/,$(SGMLS:.sgml=.html) doc.css doc.png)
|
|||||||
|
|
||||||
info: $(addprefix ../info/,$(SGMLS:.sgml=.info))
|
info: $(addprefix ../info/,$(SGMLS:.sgml=.info))
|
||||||
|
|
||||||
mostlyclean:
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -r ../html ../info
|
$(RM) -r ../html ../info
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user