X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e141f4d4bb6584bfbf13003047a2e48e9a6eab6a..8176ab33c83a8f393fb9a55b4ba28a8f5dc526c8:/Makefile.am diff --git a/Makefile.am b/Makefile.am index e980b1c7..325c9cf7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,9 +61,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