Commit 56b7494262757cb99f1737126cc506dde645c712
1 parent
a8790dd1
Exists in
master
Adicionando arquivos no src
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -210,6 +210,12 @@ $(SRCDIR): \ |
210 | 210 | @cp -r scripts $(SRCDIR) |
211 | 211 | @cp -r testprograms $(SRCDIR) |
212 | 212 | |
213 | + # Copia documentos | |
214 | + @cp AUTHORS $(SRCDIR) | |
215 | + @cp LICENCA $(SRCDIR) | |
216 | + @cp LICENSE $(SRCDIR) | |
217 | + @cp README.md $(SRCDIR) | |
218 | + | |
213 | 219 | # Copia configuradores |
214 | 220 | @cp configure.ac $(SRCDIR) |
215 | 221 | @cp *.in $(SRCDIR) | ... | ... |