aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: b55fc79b316400fc77e74e3151ce20de916df04b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This Makefile.am is in the public domain

if DOCUMENTATION
  SUBDIRS = . doxygen
all-local:
	cd sphinx && make html
install-data-hook:
	mkdir -p $(DESTDIR)$(docdir)
	cp -pr sphinx/_build/html $(DESTDIR)$(docdir)
endif

if INCLUDE_MANPAGES
man_MANS = sphinx/_build/man/gnunet.1
SUBDIRS += man
endif

info_TEXINFOS = \
  sphinx/_build/texinfo/gnunet.texi

EXTRA_DIST = \
    sphinx/_build/man/gnunet.1 \
    sphinx/_build/texinfo/gnunet.texinfo \
	system_specific/outdated-and-old-installation-instructions.txt \
	system_specific/FROM_SOURCE \
	sphinx/about.rst \
	sphinx/conf.py \
	sphinx/faq.rst \
	sphinx/gana \
	sphinx/guis \
	sphinx/index.rst \
	sphinx/installing.rst \
	sphinx/livingstandards.rst \
	sphinx/make.bat \
	sphinx/developers \
	sphinx/users \
	sphinx/preface.rst \
	sphinx/_static \
	sphinx/Makefile