Files
stenc/man/Makefile.am
2022-06-18 21:48:53 +02:00

16 lines
175 B
Makefile

man1_MANS = stenc.1
EXTRA_DIST = stenc.rst
all: stenc.1
stenc.1: stenc.rst
pandoc --standalone --to man $? -o $@
clean:
rm -f stenc.1
distclean: clean
rm -f Makefile