Skip to content

Commit

Permalink
Makefile updated for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Sep 12, 2024
1 parent f27603f commit b0d3c72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,16 @@ targets:
xslts: xsltsclean $(XSLT_GENERATED)

$(MN2PDF_EXECUTABLE):
ifeq ($(OS),Windows_NT)
echo "SKIP"
else
echo "SKIP"
# git clone https://github.com/metanorma/mn2pdf; \
# cd mn2pdf; \
# git checkout pdf_a; \
# mvn --settings settings.xml -DskipTests clean package shade:shade; \
# cp ./target/original-mn2pdf-2.00.jar $(MN2PDF_EXECUTABLE)
endif
# curl -sSL ${MN2PDF_DOWNLOAD_PATH} -o $(MN2PDF_EXECUTABLE)


Expand Down
Binary file modified mn2pdf-1.97.jar
Binary file not shown.

0 comments on commit b0d3c72

Please sign in to comment.