Skip to content

Commit

Permalink
Copy README.md to README as part of the build
Browse files Browse the repository at this point in the history
  • Loading branch information
njh committed Nov 13, 2018
1 parent 8edc114 commit 31ca066
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ AUTOMAKE_OPTIONS = foreign

SUBDIRS = src .

# Copy README.md to README when building distribution
dist-hook:
[ -f README.md ] && cat README.md > README || true

0 comments on commit 31ca066

Please sign in to comment.