metanorma / stepmod2mn

Migrating STEPmod documents to Metanorma
0 stars 1 forks source link

Generate collection.sh #39

Closed Intelligent2013 closed 1 year ago

Intelligent2013 commented 1 year ago

Source: https://github.com/metanorma/iso-10303-stepmod-annotate/pull/6

Generate collection.sh in the output folder:

./html_attachments.sh
bundle exec metanorma -x xml document.adoc
bundle exec metanorma collection collection.yml -x xml,html,presentation -w iso10303-41
Intelligent2013 commented 1 year ago

Done.