From 3eed79e021d901b46fe2ac7a29b208b6808881ba Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 24 Aug 2011 08:56:40 +0200 Subject: Make suffix be a parameter to the stylesheet. Default to .xml for viewing xml files directly in browser. Set the parameter in Makefile for generated pages to .xhtml. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e126400..091e6a2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -xsltproc=xsltproc +xsltproc=xsltproc --stringparam suffix .xhtml svg2png=rsvg-convert -f png #pages=$(shell xmllint --xpath "//*/@filename" main.xml | sed 's/filename=//g'| xargs echo) -- cgit