example: always create output directory - saait - the most boring static page generator
(HTM) git clone git://git.codemadness.org/saait
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 447fdc59aaa7c15ab9af74b582c33d5bb9b883c0
(DIR) parent b17deee9bb62b581455400807b246a4a0c729d08
(HTM) Author: Augustin Fabre <augustin@augfab.fr>
Date: Wed, 16 Oct 2019 09:10:52 +0200
example: always create output directory
Diffstat:
M Makefile.example | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/Makefile.example b/Makefile.example
@@ -1,4 +1,5 @@
generate:
+ mkdir -p output
saait `ls -1r pages/*.cfg`
cp style.css print.css output/