forked from libbitcoin/libbitcoin-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
38 lines (34 loc) · 1.11 KB
/
Makefile.am
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
doc_DATA = README INSTALL COPYING doc/README.tutorial
#doc_sphinxdir = $(docdir)/sphinx/
#doc_sphinx_DATA = \
# doc/sphinx/Makefile \
# doc/sphinx/overview.rst \
# doc/sphinx/network.rst \
# doc/sphinx/make.bat \
# doc/sphinx/crypto.rst \
# doc/sphinx/fullnode.rst \
# doc/sphinx/offlinetx.rst \
# doc/sphinx/blockchain.rst \
# doc/sphinx/index.rst \
# doc/sphinx/quickstart.rst \
# doc/sphinx/conf.py \
# doc/sphinx/introduction.rst
#
#doc_sphinx_imgdir = $(docdir)/sphinx/img/
#doc_sphinx_img_DATA = doc/sphinx/img/operations.png
#
#doc_sphinx_examplesdir = $(docdir)/sphinx/examples/
#doc_sphinx_examples_DATA = \
# doc/sphinx/examples/connect.rst \
# doc/sphinx/examples/initchain.rst \
# doc/sphinx/examples/priv.rst \
# doc/sphinx/examples/determ.rst \
# doc/sphinx/examples/accept.rst \
# doc/sphinx/examples/txrad.rst \
# doc/sphinx/examples/satoshiwords.rst \
# doc/sphinx/examples/fullnode.rst \
# doc/sphinx/examples/display-last.rst \
# doc/sphinx/examples/proto.rst
pkgconfig_DATA = libbitcoin.pc
SUBDIRS = include/bitcoin src
ACLOCAL_AMFLAGS = -I m4