Files
stenc/man/Makefile.am
Paweł Marciniak c5f8c9e73e Add distclean rule to satisfy distcheck (#53)
* Update c-cpp.yml

* Add distclean rule to satisfy distcheck

* Revert "Update c-cpp.yml"

This reverts commit 6a9628d533.

Co-authored-by: Paweł Marciniak <sunwire+git@gmail.com>
2022-04-30 20:29:16 +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