From 56b7494262757cb99f1737126cc506dde645c712 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 17 Jan 2017 10:16:54 -0200 Subject: [PATCH] Adicionando arquivos no src --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index c09a19e..7fe2d17 100644 --- a/Makefile.in +++ b/Makefile.in @@ -210,6 +210,12 @@ $(SRCDIR): \ @cp -r scripts $(SRCDIR) @cp -r testprograms $(SRCDIR) + # Copia documentos + @cp AUTHORS $(SRCDIR) + @cp LICENCA $(SRCDIR) + @cp LICENSE $(SRCDIR) + @cp README.md $(SRCDIR) + # Copia configuradores @cp configure.ac $(SRCDIR) @cp *.in $(SRCDIR) -- libgit2 0.21.2