debug tarball target
This commit is contained in:
parent
9430b5f133
commit
c5f6658922
6
Makefile
6
Makefile
@ -19,7 +19,7 @@ PNGOPT = -interlace -compression 9 -text png.txt
|
||||
all: loco.png parking.png corail.png train.png essai.png \
|
||||
inside.png benne.png electric.png truc.png wagons.png \
|
||||
ridelles.png rotonde.png grue.png \
|
||||
citerne.png
|
||||
citerne.png voiture.png gare.png
|
||||
|
||||
GLOBDEPS=${INCS}/train.inc ${INCS}/poteaux.inc \
|
||||
${INCS}/electric.inc ${INCS}/voiture.inc \
|
||||
@ -93,7 +93,7 @@ voiture.png: voiture.pov $(GLOBDEPS) Makefile
|
||||
|
||||
#--------------------------------------------------------
|
||||
|
||||
SRCFILES = *.inc *.pov *.txt Makefile *.sh
|
||||
SRCFILES = *.inc incs/*.inc *.pov *.txt Makefile *.sh
|
||||
|
||||
lines:
|
||||
wc $(SRCFILES) | sort -n
|
||||
@ -102,7 +102,7 @@ tarball: $(SRCFILES)
|
||||
ls $^ > MANIFEST ; \
|
||||
( cd .. ; \
|
||||
tar zcvf jouets-tth.tar.gz \
|
||||
`sed 's/^/Jouets\//' Jouets/MANIFEST` )
|
||||
`sed 's/^/PovJouets\//' PovJouets/MANIFEST` )
|
||||
date >> tarball
|
||||
|
||||
#--------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user