Files
stenc/man/Makefile.am
Jonas Stein 8b1756eb89 Add SPDX License information (#96)
Adding license information according to the SPDX stanard.
Used the reuse tool.
Bug: https://github.com/scsitape/stenc/issues/95
2022-08-24 22:41:43 +02:00

20 lines
267 B
Makefile

# SPDX-FileCopyrightText: 2022 stenc authors
#
# SPDX-License-Identifier: GPL-2.0-or-later
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