Skip to content

Commit

Permalink
Makefile updated for #754
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Oct 9, 2024
1 parent 5f7508b commit 8ca5925
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,15 @@ update-xslts-in-processor-all:
$(MAKE) update-xslts-in-processor MN_PROCR=itu
$(MAKE) update-xslts-in-processor MN_PROCR=iec
$(MAKE) update-xslts-in-processor MN_PROCR=jis
$(MAKE) update-xslts-in-processor MN_PROCR=m3aawg
$(MAKE) update-xslts-in-processor MN_PROCR=ogc
$(MAKE) update-xslts-in-processor MN_PROCR=plateau
$(MAKE) update-xslts-in-processor MN_PROCR=ribose
$(MAKE) update-xslts-in-processor MN_PROCR=un

# stop updating the XSLT for GB and MPFA, those gems have been frozen, https://github.com/metanorma/mn-native-pdf/issues/610
# $(MAKE) update-xslts-in-processor MN_PROCR=gb
# $(MAKE) update-xslts-in-processor MN_PROCR=mpfa
# stop updating the XSLT for M3A and UN, https://github.com/metanorma/mn-native-pdf/issues/754
# $(MAKE) update-xslts-in-processor MN_PROCR=m3aawg
# $(MAKE) update-xslts-in-processor MN_PROCR=un

.PHONY: all clean update-init update-modules bundle publish xslts update-xslts-in-processor update-xslts-in-processor-all

0 comments on commit 8ca5925

Please sign in to comment.