Skip to content

Commit

Permalink
Merge pull request #8 from orlitzky/dist-docs
Browse files Browse the repository at this point in the history
Makefile.am: ship the documentation and install it to $(docdir).
  • Loading branch information
john-boyer-phd authored Jul 5, 2021
2 parents dd4550d + e41d1cf commit d3ba05a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ man1_MANS = planarity.1
EXTRA_DIST=$(man1_MANS)

TESTS = test-samples.sh

# The @docdir@ variable will be replaced by the ./configure script.
docdir = @docdir@
dist_doc_DATA = README.md LICENSE.TXT

0 comments on commit d3ba05a

Please sign in to comment.