* doc/Makefile.am (svgo): preserve the IDs in oaut-dot4.svg.
This commit is contained in:
parent
8d91aa4267
commit
0706887e62
1 changed files with 6 additions and 0 deletions
|
|
@ -36,11 +36,17 @@ doc:
|
||||||
|
|
||||||
# We use SVGO only if it is available.
|
# We use SVGO only if it is available.
|
||||||
SVGO = if ! (svgo -v >/dev/null); then :; else svgo --disable=removeViewBox
|
SVGO = if ! (svgo -v >/dev/null); then :; else svgo --disable=removeViewBox
|
||||||
|
SVGOID = $(SVGO) --disable=cleanupIDs
|
||||||
SVGOEND = ; fi
|
SVGOEND = ; fi
|
||||||
|
|
||||||
dist-hook: svgo
|
dist-hook: svgo
|
||||||
|
## We need to preserve the IDs in aout-dot4.svg
|
||||||
svgo:
|
svgo:
|
||||||
|
chmod u+w $(distdir)/userdoc
|
||||||
|
mv $(distdir)/userdoc/oaut-dot4.svg $(distdir)/userdoc/oaut-dot4.tmp
|
||||||
$(SVGO) -f $(distdir)/userdoc $(SVGOEND)
|
$(SVGO) -f $(distdir)/userdoc $(SVGOEND)
|
||||||
|
mv $(distdir)/userdoc/oaut-dot4.tmp $(distdir)/userdoc/oaut-dot4.svg
|
||||||
|
$(SVGOID) -i $(distdir)/userdoc/oaut-dot4.svg $(SVGOEND)
|
||||||
|
|
||||||
|
|
||||||
stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
|
stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue