Skip to content

Commit

Permalink
testing for math bold in ISO directives part 2 document, metanorma/me…
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Feb 2, 2023
1 parent f2ea241 commit 4e22fcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ SRCDIR := sources
DESTDIR := documents
SRC := $(patsubst mn-samples-iso/documents/international-standard/%,sources/iso-is-%,$(wildcard mn-samples-iso/documents/international-standard/*.xml)) \
$(patsubst mn-samples-iso/documents/amendment/%,sources/iso-amendment-%,$(wildcard mn-samples-iso/documents/amendment/*.xml)) \
$(patsubst mn-samples-iso/documents/directives/part2/%,sources/iso-amendment-%,$(wildcard mn-samples-iso/documents/directives/part2/*.xml)) \
$(patsubst mn-samples-itu/documents/%,sources/itu-%,$(wildcard mn-samples-itu/documents/*.xml)) \
$(patsubst mn-samples-iec/documents/%,sources/%,$(wildcard mn-samples-iec/documents/*.xml)) \
$(patsubst mn-samples-ogc/documents/%,sources/ogc-%,$(wildcard mn-samples-ogc/documents/*.xml)) \
Expand Down Expand Up @@ -116,6 +117,9 @@ sources/iso-is-%: mn-samples-iso/documents/international-standard/%
sources/iso-amendment-%: mn-samples-iso/documents/amendment/%
cp $< $@

sources/iso-directives-%: mn-samples-iso/documents/directives/part2/%
cp $< $@

sources/iec-%: mn-samples-iec/documents/iec-%
cp $< $@

Expand Down
1 change: 1 addition & 0 deletions xslt_src/iso.directive.core.xsl

0 comments on commit 4e22fcf

Please sign in to comment.