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