We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26a653 commit 367b0a8Copy full SHA for 367b0a8
Makefile.am
@@ -1,7 +1,13 @@
1
AUTOMAKE_OPTIONS = foreign
2
SUBDIRS=fwdpp examples testsuite src
3
ACLOCAL_AMFLAGS = -I m4
4
-EXTRA_DIST=doc/fwdpp.doxygen examples/*.cc examples/*.hpp LICENSE
+EXTRA_DIST=examples/*.cc examples/*.hpp LICENSE \
5
+ doc/conf.py \
6
+ doc/fwdpp.bib \
7
+ doc/index.rst \
8
+ doc/requirements.txt \
9
+ doc/Makefile \
10
+ doc/rst/*.rst
11
12
clean-local:
13
find . -name '*.gcov' | xargs rm -f
configure.ac
@@ -51,7 +51,6 @@ AC_CONFIG_FILES([Makefile fwdpp/version.hpp fwdpp/Makefile
51
fwdpp/genetic_map/Makefile
52
examples/Makefile testsuite/Makefile
53
src/Makefile
54
- doc/fwdpp.doxygen
55
.circleci/config.yml
56
])
57
0 commit comments