Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhauga committed Jul 14, 2023
1 parent 2d98502 commit dd6f522
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ install:

test:
@perl roffit --bare < testpage.1 > testpage.dump
@# IMPORTANT - run this script before "fixBrokenLinks.sh"
@# Creates anchor/links for special character options.
@./fixSpecialCharacters.sh
@# Fix links that are broken by punctuation characters, and empty
@# protocols within punctuation characters.
@./fixBrokenLinks.sh
@if cmp testpage.dump testpage.output; then \
echo "SUCCESS"; \
else \
Expand Down

0 comments on commit dd6f522

Please sign in to comment.