stem = eut source_baseurl = http://euwiki.org/ source_basename = Ensuring_utmost_transparency_--_Free_Software_and_Open_Standards_under_the_Rules_of_Procedure_of_the_European_Parliament all: $(stem).pdf download: wget -o $(stem).raw '$(source_baseurl)index.php?title=$(source_basename)&action=edit' $(stem).mediawiki: $(stem).raw perl -0777 -MHTML::Entities -p \ -e 's|.*]*>||s; s|||s;' \ -e 's|\n*()\n*|\n$$1\n|g;' \ < $< > $@ $(stem).pdf: $(stem).mediawiki template.tex pandoc -f mediawiki -o $@ --toc --template=template.tex --latex-engine=xelatex $<