X-Git-Url: https://git.madduck.net/debian/graphs/organigram.git/blobdiff_plain/33d445774522fe3fdf63f1b2e80a89cf42ead96c..85d2a0a6d94834ccd0c4889a9146a2b26352d294:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 3a8d316..9f21105 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BASES = en/organisation es/organizacion +BASES = en/organisation es/organizacion de/organisation EXTS = eps png ps pdf FILES = $(foreach ext,$(EXTS),$(foreach base,$(BASES),$(base).$(ext))) @@ -26,9 +26,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/organigram