example: always create output directory - saait - the most boring static page g… | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 447fdc59aaa7c15ab9af74b582c33d5bb9b883c0 | |
parent b17deee9bb62b581455400807b246a4a0c729d08 | |
Author: Augustin Fabre <[email protected]> | |
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(-) | |
--- | |
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/ | |