Skip to content

Commit

Permalink
prepare branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Oct 31, 2020
1 parent 97f1385 commit 90e735a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 10 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,18 +264,18 @@ xslt/%.xsl: xslt_src/%.core.xsl xslt_src/merge.xsl xalan/xalan.jar
java -jar xalan/xalan.jar -IN $< -XSL xslt_src/merge.xsl -OUT $@ -PARAM xslfile $<

documents.rxl: $(HTML) $(DOC) $(RXL) $(PDF) | bundle
# echo "### skipping step 'documents.rxl'"
bundle exec relaton concatenate \
-t "mn2pdf samples" \
-g "Metanorma" \
documents $@
echo "### skipping step 'documents.rxl'"
# bundle exec relaton concatenate \
# -t "mn2pdf samples" \
# -g "Metanorma" \
# documents $@

bundle:
bundle

documents.html: documents.rxl
# echo "### skipping step 'documents.html'"
bundle exec relaton xml2html documents.rxl
echo "### skipping step 'documents.html'"
# bundle exec relaton xml2html documents.rxl

distclean: clean
rm -rf xalan/*
Expand All @@ -298,8 +298,9 @@ update-modules:
publish: published
published: documents.html
mkdir published && \
cp -a documents $@/ && \
cp $< published/index.html
cp -a documents $@/
# && \
# cp $< published/index.html
ifeq ($(OS),Windows_NT)
if exist "images" ( cp -a images published )
else
Expand Down

0 comments on commit 90e735a

Please sign in to comment.