diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-12-28 12:47:37 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-12-28 12:47:37 +0100 |
commit | 9e661ae55592cfc77f3584def1f6f95ecc80b0a5 (patch) | |
tree | 0957172bca54b218e36c26b87598c7f7279bca19 /Makefile | |
parent | 4fd9a458190f2dbf0f633ea4fcad732a525c9b9a (diff) | |
download | mutti-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-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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)) |