Stop automatic cleaning of generated html - cl-yag - Common Lisp Yet Another website Generator
HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 1181d71528f9fe834fe23cde1000034cd1f92e8d
DIR parent d4170d2472d54844ce90cf4e2e68eb816f8d8bab
HTML Author: solene rapenne <solene@dataswamp.org>
Date: Sun, 17 Dec 2017 02:58:02 +0100
Stop automatic cleaning of generated html
Diffstat:
M Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -1,10 +1,9 @@
LISP= sbcl
-all: clean dirs html
+all: dirs html
html: $(HTML) css
$(LISP) --load generator.lisp
- rm -fr "temp"
dirs:
mkdir -p "output/html/static"