Skip to content

Commit

Permalink
disable arch diag generation in Makefile and use committed PDFs
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Sep 23, 2024
1 parent a85c014 commit 72db140
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ AUX_FILES =

include ivoatex/Makefile

archdiag2.svg: archdiag-full.xml ivoatex/make-archdiag.xslt
$(XSLTPROC) -o $@ ivoatex/make-archdiag.xslt archdiag-full.xml
#archdiag2.svg: archdiag-full.xml ivoatex/make-archdiag.xslt
# $(XSLTPROC) -o $@ ivoatex/make-archdiag.xslt archdiag-full.xml

archdiag1.svg: ivoatex/make-archdiag.xslt
echo '<archdiag xmlns="http://ivoa.net/archdiag"/>' | $(XSLTPROC) -o $@ ivoatex/make-archdiag.xslt -
#archdiag1.svg: ivoatex/make-archdiag.xslt
# echo '<archdiag xmlns="http://ivoa.net/archdiag"/>' | $(XSLTPROC) -o $@ ivoatex/make-archdiag.xslt -

archdiag0.svg: ivoatex/make-archdiag.xslt
echo '<archdiag0 xmlns="http://ivoa.net/archdiag"/>' | $(XSLTPROC) -o $@ ivoatex/make-archdiag.xslt -
#archdiag0.svg: ivoatex/make-archdiag.xslt
# echo '<archdiag0 xmlns="http://ivoa.net/archdiag"/>' | $(XSLTPROC) -o $@ ivoatex/make-archdiag.xslt -



Expand Down

0 comments on commit 72db140

Please sign in to comment.