From: Mark Hansen Date: Sat, 16 May 2020 05:16:54 +0000 (+1000) Subject: make distclean: rm {forward,back,both,nohead}.gif X-Git-Tag: 2.44.1~58^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbf77ca171fbbc139a3e8955586180a3a22c173c;p=graphviz make distclean: rm {forward,back,both,nohead}.gif These are generated files by `make` that weren't removed with `make distclean`. --- diff --git a/doc/infosrc/Makefile b/doc/infosrc/Makefile index bd5a87159..89f60b889 100644 --- a/doc/infosrc/Makefile +++ b/doc/infosrc/Makefile @@ -213,7 +213,7 @@ clean : distclean : clean rm -f attrs.html colors.html output.html shapes.html lang.html arrows.html - rm -f $(A2GIF) $(AGIF) $(SGIF) $(MJPG) $(MGIF) $(MPNG) shapes + rm -f $(A2GIF) $(AGIF) $(SGIF) $(MPJG) $(MGIF) $(MPNG) $(XGIF) shapes (for s in $$(cat shapelist); do rm -f $$s.gif; done) EXTRA_DIST = $(XGIF) mklang.y mkarrows.sh mkattrs.sh mkshapes.sh mkstyles.sh mktapers.sh \