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 4c3939a commit 59c7239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ targets:
xslts: xsltsclean $(XSLT_GENERATED)

$(MN2PDF_EXECUTABLE):
git clone https://github.com/metanorma/mn2pdf; \
cd mn2pdf; \
git checkout pdf_a; \
mvn -DskipTests clean install; \
git clone https://github.com/metanorma/mn2pdf
cd mn2pdf
git checkout pdf_a
mvn -DskipTests clean install
cp ./target/original-mn2pdf-2.00.jar $(MN2PDF_EXECUTABLE)
# curl -sSL ${MN2PDF_DOWNLOAD_PATH} -o $(MN2PDF_EXECUTABLE)

Expand Down

0 comments on commit 59c7239

Please sign in to comment.