Skip to content

Commit

Permalink
test: Split check targets because I am too lazy to run run_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed May 18, 2022
1 parent 8fc7fd5 commit 8803f40
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doclicense/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ install:
mkdir --parents "$(TEXMFHOME)/tex/latex/"
test -L "$(TEXMFHOME)/tex/latex/doclicense" || ln --no-target-directory --symbolic "$$PWD" "$(TEXMFHOME)/tex/latex/doclicense"

# Run before release.
.PHONY: check
check: check-copyright-date run_tests manifest.txt doclicense.sty lint
./"$<"
check: check-copyright-date manifest.txt doclicense.sty lint

# Run before release.
.PHONY: check-full
check-full: check run_tests
./run_tests

# CTAN people want this when uploading a release.
.PHONY: check-copyright-date
Expand Down

0 comments on commit 8803f40

Please sign in to comment.