summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-12-09 13:19:54 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-12-11 12:26:03 +1000
commit5ad756ea39da3542c2f05b5111b1f760d01a6385 (patch)
tree1d86c0fd8fbd29aa5bd9dd7c798247ea90f3f10c /doc/Makefile.am
parentdd624f50389d8ff63df8297bac9c1d3984d43fb4 (diff)
doc: include README as mainpage
doxygen supports markdown so we can expand the README with general interesting information in markdown format and have it be the front page of the documentation at the same time. This requires renaming README to README.txt, but that's a relatively small price to pay. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jonas Ã…dahl <jadahl@gmail.com>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a33638da..8f05bd2c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -5,7 +5,8 @@ if HAVE_DOXYGEN
noinst_DATA = html/index.html
header_files = \
- $(top_srcdir)/src/libinput.h
+ $(top_srcdir)/src/libinput.h \
+ $(top_srcdir)/README.txt
html/index.html: libinput.doxygen $(header_files)
$(AM_V_GEN)$(DOXYGEN) $<