]> granicus.if.org Git - graphviz/commitdiff
make distclean: rm {forward,back,both,nohead}.gif
authorMark Hansen <mark@markhansen.co.nz>
Sat, 16 May 2020 05:16:54 +0000 (15:16 +1000)
committerMark Hansen <mark@markhansen.co.nz>
Sat, 16 May 2020 05:19:24 +0000 (15:19 +1000)
These are generated files by `make` that weren't removed with
`make distclean`.

doc/infosrc/Makefile

index bd5a87159f1c60b14c3290952f462f3605109c9a..89f60b889dc382393d47c959dcd3fcac224dc5ce 100644 (file)
@@ -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 \