summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 15dbb9db..d70728f6 100644
--- a/Makefile
+++ b/Makefile
@@ -125,13 +125,13 @@ test_other:
test: test_py test_shellcheck
@echo "Finished testing: All tests passed!"
-doc/ranger.1: doc/ranger.pod
+doc/ranger.1: doc/ranger.pod README.md
pod2man --stderr --center='ranger manual' \
--date='$(NAME)-$(VERSION)' \
--release=$(shell date -u '+%Y-%m-%d') \
doc/ranger.pod doc/ranger.1
-doc/rifle.1: doc/rifle.pod
+doc/rifle.1: doc/rifle.pod README.md
pod2man --stderr --center='rifle manual' \
--date='$(NAME_RIFLE)-$(VERSION_RIFLE)' \
--release=$(shell date -u '+%Y-%m-%d') \