mirror of
https://github.com/clearlinux/clr-man-pages.git
synced 2026-09-05 21:21:35 +00:00
23 lines
287 B
Makefile
23 lines
287 B
Makefile
EXTRA_DIST = \
|
|
README.rst \
|
|
LICENSE \
|
|
os-format.7 \
|
|
os-format.7.rst \
|
|
os-core.7 \
|
|
os-core.7.rst \
|
|
stateless.7 \
|
|
stateless.7.rst
|
|
|
|
dist_man_MANS = \
|
|
os-format.7 \
|
|
os-core.7 \
|
|
stateless.7
|
|
|
|
clean-local:
|
|
rm -f $(dist_man_MANS)
|
|
|
|
man: $(dist_man_MANS)
|
|
|
|
%: %.rst
|
|
rst2man.py $< > $@
|