X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/73edad9a25ff7dd15f276a071a39e95bc8cca07a..af8a609a90c48d1a7e6ea9e31dba4fbad6c7fbed:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 8a705de6..fcd91a74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,9 +57,11 @@ $(top_srcdir)/.version: configure dist-hook: echo $(VERSION) > $(distdir)/.tarball-version -.PHONY: update-b4-copyright +.PHONY: update-b4-copyright update-package-copyright-year update-b4-copyright: find data -type f \ | grep -v -E '^data/bison.m4$$' \ | xargs $(build_aux)/$@ @echo 'warning: src/parse-gram.[hc] may need to be regenerated.' +update-package-copyright-year: + $(build_aux)/$@ configure.ac