little patch
This commit is contained in:
parent
8c53d9395b
commit
3019e06bf5
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
|||||||
|
|
||||||
log.*
|
log.*
|
||||||
|
|
||||||
|
MANIFEST
|
||||||
|
tarball
|
||||||
|
|
||||||
main.aux
|
main.aux
|
||||||
main.idx
|
main.idx
|
||||||
main.ilg
|
main.ilg
|
||||||
|
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ TOTAR = chap/*.tex chap/*.png *.tex *.c Makefile *.sh *.awk
|
|||||||
|
|
||||||
tarball: $(TOTAR)
|
tarball: $(TOTAR)
|
||||||
date >> tarball
|
date >> tarball
|
||||||
ls $(TOTAR) | sed 's/^/Ordinateur\//' > MANIFEST
|
ls $(TOTAR) | sed 's/^/TetaTricks\//' > MANIFEST
|
||||||
( cd .. ; tar zcvf livre_ordinateur.tar.gz `cat Ordinateur/MANIFEST` )
|
( cd .. ; tar zcvf livre_ordinateur.tar.gz `cat Ordinateur/MANIFEST` )
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user