diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-01-03 14:21:07 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-01-03 14:26:44 +0100 |
commit | 235127677478959bccac31b39ba073945199eea0 (patch) | |
tree | cfc25a4c6b05e3b728eda026d696a148681af404 /Makefile | |
parent | cc5d16af8cc2b92a2706c00ef2260770674add31 (diff) | |
download | mutti-web-235127677478959bccac31b39ba073945199eea0.tar.gz mutti-web-235127677478959bccac31b39ba073945199eea0.tar.bz2 mutti-web-235127677478959bccac31b39ba073945199eea0.zip |
Remove unused services.xml and surrounding stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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/^/<!DOCTYPE rss SYSTEM "character-entities.dtd">\n/' | \ - sed 's|<rss\(.*\)>|<rss\1 xmlns="http://purl.org/rss/2.0/">|' | \ - sed 's|href=\([^"][^ >]*\)|href="\1"|' | \ - sed 's|<description><\!\[CDATA\[\(.*\)\]\]></description>|<description>\1</description>|' | \ - cat > $@ - clean: rm -f $(pages_gen) checkmark.png |