From 198821a199e50de04cdc6d3c1360208630a92a56 Mon Sep 17 00:00:00 2001 From: Hayaki Saito Date: Fri, 2 May 2014 22:28:59 +0900 Subject: [PATCH] Makefile tweak --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3686e1a..35b7d0e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,7 +97,7 @@ dist: clean build $(MKDIR) $(PACKAGE)/src $(CP) COPYING.txt README.md $(PACKAGE) $(CP) *$(EXE) *$(DLL) $(PACKAGE) - $(CP) *.c *.h *.rc *.def *.ico *.bmp $(PACKAGE)/src + $(CP) *.c *.h *.rc *.def *.ico *.bmp .travis.yml .gitignore $(PACKAGE)/src $(CP) *.mk Makefile.in configure config.h.in $(PACKAGE)/src/ $(TAR) cz $(PACKAGE) > $(PACKAGE).tar.gz test -n "$(ZIP)" && $(ZIP) -r $(PACKAGE).zip $(PACKAGE)