From b37c49be6c09b97b9206564ffc1d37c96591cce6 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 30 Dec 2013 02:18:42 +0000 Subject: [PATCH] fix makefile to include the right manual html file --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6d764d86e..aa197ddda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,7 +84,7 @@ DOCS_PAGES = \ docs/features.rst \ docs/index.html \ docs/index.rst \ - docs/manual.html \ + docs/manual-ref.html \ docs/manual.rst \ docs/projects.html \ docs/projects.rst \