Makefile 476 B

123456789101112
  1. all: seppo.cgi/profile.html seppo.cgi/activitypub/actor.html o/p/index.html
  2. o/p/index.html: themes/current/posts.xsl o/p/index.xml
  3. xsltproc $^ | xmllint -encode utf-8 -format -output $@ -
  4. seppo.cgi/profile.html: themes/current/configform.xsl seppo.cgi/profile.xml
  5. xsltproc $^ | xmllint -encode utf-8 -format -output $@ -
  6. seppo.cgi/activitypub/actor.html: themes/current/actor.xsl seppo.cgi/activitypub/actor.xml
  7. xsltproc $^ | xmllint -encode utf-8 -format -output $@ -