X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f122444873a1ec499d25ffec5765dcc48dc7b928..93ee7a47e7c533a0b7f7c63e26bae446e3e6965b:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 339a3c63..fd3db0f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2015 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,8 +24,10 @@ SUBDIRS = po runtime-po . aclocaldir = @aclocaldir@ aclocal_DATA = m4/bison-i18n.m4 -EXTRA_DIST = .prev-version .version \ - cfg.mk ChangeLog-1998 ChangeLog-2012 PACKAGING +EXTRA_DIST = .prev-version .version cfg.mk PACKAGING \ + ChangeLog-1998 ChangeLog-2012 ChangeLog + +dist_doc_DATA = AUTHORS COPYING NEWS README THANKS TODO ## Running the bison from this tarball. To generate our own parser, ## but also to run the tests. Of course, you ought to keep a sane