X-Git-Url: https://git.madduck.net/debian/graphs/package-cycle.git/blobdiff_plain/7c30e3d1b5a9498cb924e8cd70d8063365b3c4a1..88bce52fa5564688b2ff05ac52bda8a59ef3b7c3:/Makefile diff --git a/Makefile b/Makefile index f63c15e..9ec953b 100644 --- a/Makefile +++ b/Makefile @@ -5,32 +5,15 @@ FILES = $(foreach ext,$(EXTS),$(foreach base,$(BASES),$(base).$(ext))) .PHONY: all all: $(FILES) -.PRECIOUS: %.eps %.eps: %.dia dia -t eps $< - chmod 644 $@ -.PRECIOUS: %.png %.png: %.eps convert $< $@ - chmod 644 $@ -.PRECIOUS: %.ps -%.ps: %.eps - convert $< $@ - chmod 644 $@ - -.PRECIOUS: %.pdf -%.pdf: %.ps - ps2pdf $< $@ - chmod 644 $@ +%.pdf: %.eps + epstopdf --outfile=$@ $< .PHONY: clean clean: rm -f $(FILES) - -.PHONY: upload -upload: - $(MAKE) -s all - chmod -R a+rX $(CURDIR) - rsync -Pva --delete $(CURDIR)/ people.debian.org:public_html/graphs/package-cycle