Skip to content

Commit

Permalink
fix packaging of manual files
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 24, 2020
1 parent c26a653 commit 367b0a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS=fwdpp examples testsuite src
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST=doc/fwdpp.doxygen examples/*.cc examples/*.hpp LICENSE
EXTRA_DIST=examples/*.cc examples/*.hpp LICENSE \
doc/conf.py \
doc/fwdpp.bib \
doc/index.rst \
doc/requirements.txt \
doc/Makefile \
doc/rst/*.rst

clean-local:
find . -name '*.gcov' | xargs rm -f
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ AC_CONFIG_FILES([Makefile fwdpp/version.hpp fwdpp/Makefile
fwdpp/genetic_map/Makefile
examples/Makefile testsuite/Makefile
src/Makefile
doc/fwdpp.doxygen
.circleci/config.yml
])

Expand Down

0 comments on commit 367b0a8

Please sign in to comment.