From c5f6658922c3c630b035f0359aa54349b82bdaff Mon Sep 17 00:00:00 2001 From: le vieux Date: Mon, 15 Mar 2021 10:53:02 +0100 Subject: [PATCH] debug tarball target --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c6a479e..37438e3 100644 --- a/Makefile +++ b/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 #--------------------------------------------------------