diff options
author | raveit65 <[email protected]> | 2021-05-30 11:52:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-05-30 11:54:20 +0200 |
commit | 3f82810399f933e7202ec741c5fea6f74ea0e4c8 (patch) | |
tree | d85cd9e0bdf54685930bbf797885ba610044e72a /Makefile.am | |
parent | 9a803d62f2d6ef5f85eaf546669b5d9b82868ba7 (diff) | |
download | mate-calc-3f82810399f933e7202ec741c5fea6f74ea0e4c8.tar.bz2 mate-calc-3f82810399f933e7202ec741c5fea6f74ea0e4c8.tar.xz |
Add README.md to distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ca76adc..fef59d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ - autogen.sh + autogen.sh \ + README.md # Build ChangeLog from GIT history |