You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
240 B
Makefile

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