From 235127677478959bccac31b39ba073945199eea0 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 3 Jan 2012 14:21:07 +0100 Subject: Remove unused services.xml and surrounding stuff --- Makefile | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 57a446a..4fc5526 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,6 @@ v_gen_0 = @echo " GEN " $@; .PHONY: all all: $(pages_gen) checkmark.png -services$(suffix): buchhalterservice.xml - %.png: %.svg $(V_GEN) $(svg2png) $< > $@ @@ -34,16 +32,5 @@ services$(suffix): buchhalterservice.xml %$(suffix): %.xml $(common_depend) $(V_XSLT) $(xsltproc) $< > $@ -.PHONY: buchhalterservice.xml -buchhalterservice.xml: - $(V_GEN) curl -s http://www.buchhalterseite.de/buchhalter-wissen/ShareBuchhalterseiteKurz.js | \ - sed -n "s/^\tvar buffer = '\(.*\)'\;/\1/p" | \ - xmllint --format - | \ - sed '2s/^/\n/' | \ - sed 's|||' | \ - sed 's|href=\([^"][^ >]*\)|href="\1"|' | \ - sed 's|<\!\[CDATA\[\(.*\)\]\]>|\1|' | \ - cat > $@ - clean: rm -f $(pages_gen) checkmark.png -- cgit