debug tarball target

This commit is contained in:
le vieux 2021-03-15 10:53:02 +01:00
parent 9430b5f133
commit c5f6658922
1 changed files with 3 additions and 3 deletions

View File

@ -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
#--------------------------------------------------------