tickettime \
zone
+SCOUR = @SCOUR@ --enable-id-stripping \
+ --enable-comment-stripping \
+ --remove-descriptive-elements \
+ --no-renderer-workaround \
+ --no-line-breaks \
+ --error-on-flowtext
+
# Optimize our SVG once using XSL, to catch a few things
# that "scour" misses.
tableau.min.svg: tableau.svg svgclean.xsl
# Optimize our SVG again, and remove its XML prologue so that it can
# be included directly into the HTML document.
tableau.min.min.svg: tableau.min.svg
- @SCOUR@ --protect-ids-list=$$(echo $(PRECIOUS_IDS) | tr ' ' ',') \
- --enable-id-stripping \
- --enable-comment-stripping \
- --remove-descriptive-elements \
- --no-renderer-workaround \
- --strip-xml-prolog \
- --no-line-breaks \
- --error-on-flowtext \
- $< > $@
+ $(SCOUR) --protect-ids-list=$$(echo $(PRECIOUS_IDS) | tr ' ' ',') \
+ --strip-xml-prolog \
+ $< > $@
# Use FontForge to convert the sfd source files to woff2.
.sfd.woff2: