diff options
author | rbuj <[email protected]> | 2019-09-10 17:31:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-10 19:13:57 +0200 |
commit | abff3730fe5be92164dd00dfc36ebc60a73f233c (patch) | |
tree | 99c8fefd4ccadacff7620f9371b5a925daf2c5a4 /Makefile.am | |
parent | 6fa0b14e6d4f55f373e6f561f2a21fb52fcb87a2 (diff) | |
download | marco-abff3730fe5be92164dd00dfc36ebc60a73f233c.tar.bz2 marco-abff3730fe5be92164dd00dfc36ebc60a73f233c.tar.xz |
build: Remove rationales.txt from EXTRA_DIST target
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6d4b415c..a341a411 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = po src doc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -EXTRA_DIST = its autogen.sh HACKING rationales.txt +EXTRA_DIST = its autogen.sh HACKING DISTCLEANFILES = po/stamp-it |