From 49322647b9a2b30716ab7da97b66b6b223f0b13e Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Fri, 11 Oct 2013 18:43:05 +0200 Subject: Changed makefile, closes Feature #1443 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3118e11..2e8fbf0 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ dist: @cp -a plugin/dist/* $(TMPDIR)/$(ARCHIVE)/plugin/dist @cp -a plugin/po/*.po $(TMPDIR)/$(ARCHIVE)/plugin/po @cp -a command/*.cpp command/*.h command/*.1 command/Makefile $(TMPDIR)/$(ARCHIVE)/command - @cp -a command/logos/*.pgm $(TMPDIR)/$(ARCHIVE)/command/logos + @cp -u command/logos/*.pgm $(TMPDIR)/$(ARCHIVE)/command/logos @cp -a command/po/*.po $(TMPDIR)/$(ARCHIVE)/command/po @cp -a *.h COPYING HISTORY README INSTALL Makefile $(TMPDIR)/$(ARCHIVE) @tar czf $(PACKAGE).tgz -C $(TMPDIR) $(ARCHIVE) -- cgit v1.2.3