little patch

This commit is contained in:
2020-11-20 02:10:12 +01:00
parent 8c53d9395b
commit 3019e06bf5
2 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ TOTAR = chap/*.tex chap/*.png *.tex *.c Makefile *.sh *.awk
tarball: $(TOTAR)
date >> tarball
ls $(TOTAR) | sed 's/^/Ordinateur\//' > MANIFEST
ls $(TOTAR) | sed 's/^/TetaTricks\//' > MANIFEST
( cd .. ; tar zcvf livre_ordinateur.tar.gz `cat Ordinateur/MANIFEST` )