From 2066ac17615d1c9eeaf6413ed08ad98997f975c7 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Tue, 6 Nov 2018 14:42:56 +0300 Subject: src: include .bak files in EXTRA_DIST Including .bak files in EXTRA_DIST allows us to stop hand-generating these files in distribution. Instead they are directly copied from the source tree. Signed-off-by: Dmitry Eremin-Solenikov --- Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c0b44a1bc6..828a2b4e8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -166,15 +166,9 @@ dist-hook: libopts-check symbol-check $(MAKE) -C doc/ compare-makefile $(MAKE) -C doc/ compare-exported $(MAKE) -C doc/manpages compare-makefile + $(MAKE) -C src/ files-update $(MAKE) ChangeLog mv ChangeLog $(distdir) - cd $(distdir)/src/ && for i in *.def;do \ - if test x"$$i" = x"args-std.def";then continue; fi; \ - autogen $$i; \ - done - cd $(distdir)/src/ && for i in *-args.c *-args.h;do \ - mv $$i $$i.bak; \ - done touch $(distdir)/doc/*.html $(distdir)/doc/*.pdf $(distdir)/doc/*.info .PHONY: abi-check abi-dump pic-check symbol-check local-code-coverage-output files-update libopts-check -- cgit v1.2.1