Create zip file.

This commit is contained in:
Oliver Schmidt
2014-03-09 00:19:57 +01:00
parent 2adfd3f49f
commit 80ca7eb4e4
5 changed files with 34 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ ifneq ($(shell echo),)
CMD_EXE = 1
endif
.PHONY: all mostlyclean clean install doc html info gh-pages
.PHONY: all mostlyclean clean install zip doc html info gh-pages
.SUFFIXES:
@@ -10,7 +10,7 @@ all mostlyclean install:
ifdef CMD_EXE
clean doc:
clean zip doc:
else # CMD_EXE
@@ -26,6 +26,9 @@ GH_PAGES = ../../gh-pages
clean:
$(RM) -r ../html ../info
zip:
cd .. && zip cc65 html/*.*
doc: html info
html: $(addprefix ../html/,$(SGMLS:.sgml=.html) doc.css doc.png)