summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-22 09:34:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-22 09:34:36 +0200
commit9c161835179e07900118a77544f61ee21fbb9510 (patch)
treed9d2d71855c3d0adcd727b0721e7ab9041140d82
parent8630be655dd89d20a6de10fd8eb25475d17f2b30 (diff)
downloadptxdist-9c161835179e07900118a77544f61ee21fbb9510.tar.gz
ptxdist-9c161835179e07900118a77544f61ee21fbb9510.tar.xz
Makefile.in: fix man-page buildingptxdist-2016.06.0
doc/ref_parameter.rst was renamed to doc/ref_parameter.inc Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 387088374..8c34bfaaf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -74,7 +74,7 @@ environment:
@echo " done"
man: man/ptxdist.1.gz
-man/ptxdist.1.gz: doc/ptxdist.man doc/ref_parameter.rst
+man/ptxdist.1.gz: doc/ptxdist.man doc/ref_parameter.inc
@mkdir -pv man
$(RST2MAN) $< 2>/dev/null | gzip > $@