summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Makefile.in2
-rw-r--r--doc/ptxdist.man (renamed from doc/man.rst)2
-rw-r--r--doc/ref_manual.rst2
-rw-r--r--doc/ref_parameter.inc (renamed from doc/ref_parameter.rst)0
4 files changed, 3 insertions, 3 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 > $@
diff --git a/doc/man.rst b/doc/ptxdist.man
index 23408abd7..644e221a6 100644
--- a/doc/man.rst
+++ b/doc/ptxdist.man
@@ -17,4 +17,4 @@ complete documentation.
.. role:: ref(emphasis)
-.. include:: ref_parameter.rst
+.. include:: ref_parameter.inc
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index 74685442c..e5c1d64e1 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -1195,4 +1195,4 @@ PTXdist is a command line tool, which is basicly called as:
$ ptxdist <action [args]> [options]
-.. include:: ref_parameter.rst
+.. include:: ref_parameter.inc
diff --git a/doc/ref_parameter.rst b/doc/ref_parameter.inc
index f2ea2ae18..f2ea2ae18 100644
--- a/doc/ref_parameter.rst
+++ b/doc/ref_parameter.inc