Skip to content

Commit

Permalink
renaming build files according to OASIS convention
Browse files Browse the repository at this point in the history
Changed name files in build files to correspond to the approved csd01 stage
  • Loading branch information
DavidFatDavidF committed Sep 8, 2023
1 parent 0b44aaf commit 0661d05
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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-wd01.html
html: dmlex-v1.0-csd01.html

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

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

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

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

dmlex-v1.0-wd01.xml: dmlex.xml docbook/dbgenent.mod dmlex_uml.svg $(SOURCE_XML)
dmlex-v1.0-csd01.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-wd01.html dmlex-v1.0-wd01.pdf dmlex-v1.0-wd01.fo dmlex-v1.0-wd01.xml Makefile.dep dmlex_uml.svg dmlex_uml.pdf dmlex.dot dmlex.dot.content
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
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/merge.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java -cp "lib\merger.jar;lib\resolver.jar;lib\xercesImpl.jar;lib\xml-apis.jar" Merger dmlex.xml dmlex-v1.0-wd01.xml
java -cp "lib\merger.jar;lib\resolver.jar;lib\xercesImpl.jar;lib\xml-apis.jar" Merger dmlex.xml dmlex-v1.0-csd01.xml
pause
2 changes: 1 addition & 1 deletion dmlex-v1.0/specification/merge.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
java -cp "lib/merger.jar:lib/resolver.jar:lib/xercesImpl.jar:lib/xml-apis.jar" Merger dmlex.xml dmlex-v1.0-wd01.xml
java -cp "lib/merger.jar:lib/resolver.jar:lib/xercesImpl.jar:lib/xml-apis.jar" Merger dmlex.xml dmlex-v1.0-csd01.xml

0 comments on commit 0661d05

Please sign in to comment.