aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e56d53322..b55fc79b3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,16 +4,15 @@ if DOCUMENTATION
4 SUBDIRS = . doxygen 4 SUBDIRS = . doxygen
5all-local: 5all-local:
6 cd sphinx && make html 6 cd sphinx && make html
7
8install-data-hook: 7install-data-hook:
9 mkdir -p $(DESTDIR)$(docdir) 8 mkdir -p $(DESTDIR)$(docdir)
10 cp -pr sphinx/_build/html $(DESTDIR)$(docdir) 9 cp -pr sphinx/_build/html $(DESTDIR)$(docdir)
10endif
11 11
12if INCLUDE_MANPAGES 12if INCLUDE_MANPAGES
13man_MANS = sphinx/_build/man/gnunet.1 13man_MANS = sphinx/_build/man/gnunet.1
14SUBDIRS += man 14SUBDIRS += man
15endif 15endif
16endif
17 16
18info_TEXINFOS = \ 17info_TEXINFOS = \
19 sphinx/_build/texinfo/gnunet.texi 18 sphinx/_build/texinfo/gnunet.texi