diff options
author | raveit65 <[email protected]> | 2018-11-19 11:22:52 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-11-19 11:22:52 +0100 |
commit | 4a8dbc8793213f9161749f5d845997aad41cf9c1 (patch) | |
tree | 966afc690ea338ab0ce502762b552399130d1e69 | |
parent | 7fe5afe8c761a9e6ef9187efdc7a0fa44c330d18 (diff) | |
download | mate-user-guide-4a8dbc8793213f9161749f5d845997aad41cf9c1.tar.bz2 mate-user-guide-4a8dbc8793213f9161749f5d845997aad41cf9c1.tar.xz |
add autogen.sh to Extra_dist
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2c1673d..b0fede4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,9 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) CLEANFILES = $(desktop_DATA) +EXTRA_DIST = \ + autogen.sh + # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ |