]> granicus.if.org Git - graphviz/commitdiff
Remove dead MJPG, MPJG
authorMark Hansen <markhansen@google.com>
Thu, 7 Apr 2022 10:49:47 +0000 (20:49 +1000)
committerMark Hansen <markhansen@google.com>
Thu, 14 Apr 2022 23:37:49 +0000 (09:37 +1000)
I think the second one was just a misspelling.

doc/infosrc/Makefile

index ea1b0e7dcdb5f56bc5dd1e97271453280022f12e..5c711012f8e6b66ead9d3641678edc43c357e031 100644 (file)
@@ -102,7 +102,7 @@ INSTALL_FILES = $(HTML) $(DOTS) $(SGIF) $(AGIF) $(A2GIF) $(MGIF) $(XGIF) $(MPNG)
        dot -Tpng -o $@ $<
 
 .PHONY: all
-all : $(HTML) $(GIF) $(MPNG) $(MJPG)
+all : $(HTML) $(GIF) $(MPNG)
 
 .PHONY: install
 install : all
@@ -181,7 +181,7 @@ clean :
 .PHONY: distclean
 distclean : clean
        rm -f $(HTML)
-       rm -f $(A2GIF) $(AGIF) $(SGIF) $(MPJG) $(MGIF) $(MPNG) $(XGIF) shapes
+       rm -f $(A2GIF) $(AGIF) $(SGIF) $(MGIF) $(MPNG) $(XGIF) shapes
        (for s in $$(cat shapelist); do rm -f $$s.gif; done)
 
 EXTRA_DIST = $(XGIF) mklang.y mkarrows.sh mkshapes.sh mkstyles.sh mktapers.sh \