Fix FreeBSD build issues (#89)

This commit is contained in:
James Wilson
2022-06-18 12:48:53 -07:00
committed by GitHub
parent 918afb35fb
commit 13af87abaa
3 changed files with 17 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ EXTRA_DIST = stenc.rst
all: stenc.1
stenc.1: stenc.rst
pandoc --standalone --to man $< -o $@
pandoc --standalone --to man $? -o $@
clean:
rm -f stenc.1