mars

superminimal static website framework
git clone git://parazyd.org/mars.git
Log | Files | Refs | README | LICENSE

config.mk (268B)


      1 MARKDOWN = smu
      2 #MARKDOWN = python -m markdown
      3 
      4 WEBTITLE = mars
      5 
      6 WEBHOST = mars.com
      7 WEBROOT = public_html/mars
      8 
      9 MDS = $(shell find . -type f -name '*.html.md' -print)
     10 PAGES = $(MDS:.md=)
     11 
     12 TEXS = $(shell find . -type f -name '*.pdf.tex' -print)
     13 TEXPAGES = $(TEXS:.tex=)