Skip to content

Commit

Permalink
Makefile updated, #407
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Apr 15, 2024
1 parent d356aa6 commit f3ec41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ saxon.jar:


NISO-STS-Standard: target/$(JAR_FILE) nisosource documents
for f in $(SRCNISODIR)/*.xml; do java -jar target/$(JAR_FILE) $$f --output $(DESTDIR)/$@.adoc ; done
for f in $(SRCNISODIR)/*.XML; do java -jar target/$(JAR_FILE) $$f --output $(DESTDIR)/$@.adoc ; done

nisosource:
curl -sSLk --create-dirs -O --output-dir $(SRCNISODIR) $(NISO_STANDARD_URL)
Expand Down

0 comments on commit f3ec41c

Please sign in to comment.