Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
so that it makes csd02
  • Loading branch information
DavidFatDavidF authored Jan 5, 2024
1 parent a588a77 commit 27d2be9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dmlex-v1.0/specification/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
include Makefile.dep

html: dmlex-v1.0-csd01.html
html: dmlex-v1.0-csd02.html

pdf: dmlex-v1.0-csd01.pdf
pdf: dmlex-v1.0-csd02.pdf

dmlex-v1.0-csd01.pdf: dmlex-v1.0-csd01.fo
dmlex-v1.0-csd02.pdf: dmlex-v1.0-csd02.fo
fop -c stylesheets/fop.xconf -pdf $@ -fo $<

dmlex-v1.0-csd01.fo: dmlex-v1.0-csd01.xml
dmlex-v1.0-csd02.fo: dmlex-v1.0-csd02.xml
xsltproc --xinclude -o $@ stylesheets/oasis-specification-fo-a4.xsl $<

dmlex-v1.0-csd01.html: dmlex-v1.0-csd01.xml
dmlex-v1.0-csd02.html: dmlex-v1.0-csd02.xml
xsltproc --xinclude -o $@ stylesheets/oasis-specification-html.xsl $<

dmlex-v1.0-csd01.xml: dmlex.xml docbook/dbgenent.mod dmlex_uml.svg $(SOURCE_XML)
dmlex-v1.0-csd02.xml: dmlex.xml docbook/dbgenent.mod dmlex_uml.svg $(SOURCE_XML)
./merge.sh

dmlex_uml.pdf: dmlex.dot
Expand All @@ -33,4 +33,4 @@ Makefile.dep: dmlex.xml $(SOURCE_XML) makedep.sh
./makedep.sh >> $@

clean:
rm dmlex-v1.0-csd01.html dmlex-v1.0-csd01.pdf dmlex-v1.0-csd01.fo dmlex-v1.0-csd01.xml Makefile.dep dmlex_uml.svg dmlex_uml.pdf dmlex.dot dmlex.dot.content
rm dmlex-v1.0-csd02.html dmlex-v1.0-csd02.pdf dmlex-v1.0-csd02.fo dmlex-v1.0-csd02.xml Makefile.dep dmlex_uml.svg dmlex_uml.pdf dmlex.dot dmlex.dot.content

0 comments on commit 27d2be9

Please sign in to comment.