diff options
author | raveit65 <[email protected]> | 2019-09-10 19:20:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-10 19:20:32 +0200 |
commit | dae7760b887f665bde01fce2284da397b39805ea (patch) | |
tree | 86e8b99a7f36c8908acd3906359335ba37bffca2 | |
parent | 206e15faf8639e8ca98a20a3e12d3dfda3a0a0b3 (diff) | |
download | marco-dae7760b887f665bde01fce2284da397b39805ea.tar.bz2 marco-dae7760b887f665bde01fce2284da397b39805ea.tar.xz |
build: Remove rationales.txt from EXTRA_DIST target
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dca39343..7511a520 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS=src po doc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -EXTRA_DIST = autogen.sh HACKING rationales.txt \ +EXTRA_DIST = autogen.sh HACKING \ intltool-extract.in intltool-merge.in intltool-update.in DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache |