Skip to content

Commit 367b0a8

Browse files
committed
fix packaging of manual files
1 parent c26a653 commit 367b0a8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Makefile.am

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
AUTOMAKE_OPTIONS = foreign
22
SUBDIRS=fwdpp examples testsuite src
33
ACLOCAL_AMFLAGS = -I m4
4-
EXTRA_DIST=doc/fwdpp.doxygen examples/*.cc examples/*.hpp LICENSE
4+
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
511

612
clean-local:
713
find . -name '*.gcov' | xargs rm -f

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ AC_CONFIG_FILES([Makefile fwdpp/version.hpp fwdpp/Makefile
5151
fwdpp/genetic_map/Makefile
5252
examples/Makefile testsuite/Makefile
5353
src/Makefile
54-
doc/fwdpp.doxygen
5554
.circleci/config.yml
5655
])
5756

0 commit comments

Comments
 (0)