saait

Simple static page generator
git clone https://git.sinitax.com/codemadness/saait
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

Makefile.example (249B)


      1generate:
      2	mkdir -p output
      3	find pages -type f -name '*.cfg' -print0 | sort -zr | xargs -0 saait
      4	cp style.css print.css output/
      5
      6view:
      7	$(BROWSER) output/index.html
      8
      9sync:
     10	rsync -av output/ hiltjo@cow:/home/www/domains/www.codemadness.org/htdocs/