summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-28 12:47:37 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-28 12:47:37 +0100
commit9e661ae55592cfc77f3584def1f6f95ecc80b0a5 (patch)
tree0957172bca54b218e36c26b87598c7f7279bca19 /Makefile
parent4fd9a458190f2dbf0f633ea4fcad732a525c9b9a (diff)
downloadmutti-web-9e661ae55592cfc77f3584def1f6f95ecc80b0a5.tar.gz
mutti-web-9e661ae55592cfc77f3584def1f6f95ecc80b0a5.tar.bz2
mutti-web-9e661ae55592cfc77f3584def1f6f95ecc80b0a5.zip
Makefile: Remove old methods to retreive filenames from main.xml
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 562d87d..57a446a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,6 @@ suffix = .xhtml
xsltproc=xsltproc --stringparam suffix $(suffix)
svg2png=rsvg-convert -f png
-#pages=$(shell xmllint --xpath "//*/@filename" main.xml | sed 's/filename=//g'| xargs echo)
-#pages=$(shell sed -n 's/^.*filename="\([^"]*\)".*/\1/p' main.xml)
pages=$(shell xsltproc xsl/main_filenames.xsl main.xml)
pages_gen=$(pages:%.xml=%$(suffix))