summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-07 07:01:37 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:34 +0200
commit6366864dcf139b835f7c6d9994fa48fdef64e305 (patch)
tree83e7d49a41b802e1da23ffa50b4f6fb1aa7aaea2 /Makefile.in
parent3b42ee9d3adca8683a2e639661a50bc7b0db6e60 (diff)
downloadptxdist-6366864dcf139b835f7c6d9994fa48fdef64e305.tar.gz
ptxdist-6366864dcf139b835f7c6d9994fa48fdef64e305.tar.xz
doc: rename files to avoid warnings
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 54674edfd..1e2a8be43 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -72,7 +72,7 @@ environment:
@echo " done"
man: man/ptxdist.1.gz
-man/ptxdist.1.gz: doc/man.rst doc/ref_parameter.rst
+man/ptxdist.1.gz: doc/ptxdist.man doc/ref_parameter.rst
@mkdir -pv man
$(RST2MAN) $< 2>/dev/null | gzip > $@