summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-04-20 15:54:55 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-04-25 10:56:51 +1000
commit938aa25843732c3837c9f4cb5af283b1771207dd (patch)
tree6139f53db55119331bd0cc6fcf4e995ca8034a0a /doc
parent7b9aa96d0230b9b1328c43e8421ddea3ffa310cb (diff)
Rename README to README.md, include properly from doxygen
As of doxygen 1.8.3 (Dec 2012) doxygen can include a README.md directly as mainpage. This avoids the ugly doxygen bits we have in the current README. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/libinput.doxygen.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 50fab04..8af0f33 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -5,7 +5,7 @@ EXTRA_DIST = \
header_files = \
$(top_srcdir)/src/libinput.h \
- $(top_srcdir)/README.txt \
+ $(top_srcdir)/README.md \
$(srcdir)/absolute-axes.dox \
$(srcdir)/absolute-coordinate-ranges.dox \
$(srcdir)/building.dox \
diff --git a/doc/libinput.doxygen.in b/doc/libinput.doxygen.in
index 300d2f7..3dd4101 100644
--- a/doc/libinput.doxygen.in
+++ b/doc/libinput.doxygen.in
@@ -9,7 +9,7 @@ EXTRACT_STATIC = YES
MAX_INITIALIZER_LINES = 0
QUIET = YES
INPUT = @top_srcdir@/src/libinput.h \
- @top_srcdir@/README.txt
+ @top_srcdir@/README.md
IMAGE_PATH = @top_srcdir@/doc/svg \
@top_srcdir@/doc/dot
GENERATE_HTML = YES
@@ -28,3 +28,4 @@ HTML_FOOTER = @top_srcdir@/doc/style/footer.html
HTML_EXTRA_STYLESHEET = @top_srcdir@/doc/style/bootstrap.css \
@top_srcdir@/doc/style/customdoxygen.css \
@top_srcdir@/doc/style/libinputdoxygen.css
+USE_MDFILE_AS_MAINPAGE = @top_srcdir@/README.md