Skip to content

Commit

Permalink
Add --urlcheck option to pkgcheck command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Jan 15, 2022
1 parent 9a1be7a commit 3b4d6a1
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 @@ -131,7 +131,7 @@ dist: implode
$(MAKE) $(ARCHIVES)
git clone https://gitlab.com/Lotz/pkgcheck.git
unzip $(CTANARCHIVE) -d markdown
pkgcheck/bin/pkgcheck -d markdown/markdown -T $(TDSARCHIVE)
pkgcheck/bin/pkgcheck -d markdown/markdown -T $(TDSARCHIVE) --urlcheck
$(MAKE) clean

# This target produces the TeX directory structure archive.
Expand Down

0 comments on commit 3b4d6a1

Please sign in to comment.