Disable generating status.png temporarily.

This commit is contained in:
Hiroki Sato 2018-01-15 03:45:04 +00:00
parent 7812996e5f
commit cc490aab0f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51386

View file

@ -17,7 +17,10 @@ all: ${IMG}
update:
sh getinfo.sh
status.png: ports.plt ports.log
status.png:
${TOUCH} ${.TARGET}
Xstatus.png: ports.plt ports.log
${GNUPLOT} ports.plt
${PNGTOPNM} ports.png | ${PNMTOPNG} -i > ${IMG}
rm ports.png