summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-03-02 18:24:47 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2017-03-02 21:48:56 +0100
commit721134b53f1ce6fb8e5f768d0c902b6dc537f4f8 (patch)
tree49329ae19ee98e21af64fd16b317c02c2a82c0ee
parent0056ea4e8d0e25dba13a856fc0aa18646217e4c6 (diff)
downloadvala-721134b53f1ce6fb8e5f768d0c902b6dc537f4f8.tar.gz
manual: Actually install files into "bookdir" instead of a subfolder
-rw-r--r--doc/manual/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index ffa87f996..8a9d22363 100644
--- a/doc/manual/Makefile.am
+++ b/doc/manual/Makefile.am
@@ -5,7 +5,7 @@ BOOK_NAME = vala@PACKAGE_SUFFIX@
bookdir = $(datadir)/devhelp/books/$(BOOK_NAME)
if HAVE_XSLTPROC
-nobase_book_DATA = \
+book_DATA = \
devhelp/* \
$(NULL)
endif