X-Git-Url: https://git.madduck.net/debian/graphs/package-cycle.git/blobdiff_plain/11a792acf9bcc3a92e537683b6a22d622aa67f7a..b44b8aba42dcc124bf8da9f2fd72118ed45e8267:/Makefile diff --git a/Makefile b/Makefile index 366e1ee..0636d90 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BASES = en/package-cycle +BASES = en/package-cycle de/organisation EXTS = eps png ps pdf FILES = $(foreach ext,$(EXTS),$(foreach base,$(BASES),$(base).$(ext))) @@ -28,9 +28,3 @@ all: $(FILES) .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