Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile.example - saait - the most boring static page generator
git clone git://git.codemadness.org/saait
Log
Files
Refs
README
LICENSE
---
Makefile.example (249B)
---
1 generate:
2 mkdir -p output
3 find pages -type f -name '*.cfg' -print0 | sort -zr | xargs -0 s…
4 cp style.css print.css output/
5
6 view:
7 $(BROWSER) output/index.html
8
9 sync:
10 rsync -av output/ hiltjo@cow:/home/www/domains/www.codemadness.o…
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.