summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-07-03 08:13:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-07-03 08:14:02 +0200
commit5147265b72e40bec01fecb553abe2874ca5d09ae (patch)
treed878759e64ab5f7e49b27d4a29bee4a73b4e7ea0
parentff0aed01e8c1d41c31daeb60a6b377297c338812 (diff)
downloadptxdist-5147265b72e40bec01fecb553abe2874ca5d09ae.tar.gz
ptxdist-5147265b72e40bec01fecb553abe2874ca5d09ae.tar.xz
doc: fix man page generationptxdist-2020.07.0
ref_parameter.inc was renamed to ref_parameter.rst. Update the man page generation to use the new file name. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--Makefile.in2
-rw-r--r--doc/ptxdist.man2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 88a32e7cf..79db8b77d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -76,7 +76,7 @@ environment:
@echo " done"
man: man/ptxdist.1.gz
-man/ptxdist.1: doc/ptxdist.man doc/ref_parameter.inc
+man/ptxdist.1: doc/ptxdist.man doc/ref_parameter.rst
@mkdir -pv man
$(RST2MAN) $< $@
diff --git a/doc/ptxdist.man b/doc/ptxdist.man
index 644e221a6..23408abd7 100644
--- a/doc/ptxdist.man
+++ b/doc/ptxdist.man
@@ -17,4 +17,4 @@ complete documentation.
.. role:: ref(emphasis)
-.. include:: ref_parameter.inc
+.. include:: ref_parameter.rst