diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.bak similarity index 100% rename from .github/workflows/debian.yml rename to .github/workflows/debian.bak diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.bak similarity index 100% rename from .github/workflows/macos.yml rename to .github/workflows/macos.bak diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.bak similarity index 100% rename from .github/workflows/windows.yml rename to .github/workflows/windows.bak diff --git a/Makefile b/Makefile index b36f52b5a..dbb5ac5cf 100644 --- a/Makefile +++ b/Makefile @@ -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/* @@ -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