Fix documentation creation

This commit is contained in:
Jacob 2023-09-27 14:02:00 +02:00
parent c7325f5be1
commit fa2ff582ef

View file

@ -23,6 +23,7 @@ clean:
docs: clean
printf "%% ${NAME}(1) ${VER} | ${DESC}\n" > .man.md
cat ${NAME}.md >> .man.md
pandoc --standalone --to man .man.md -o ${NAME}.1
rm -f .man.md