X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=75a9e2d152c0e0e91e8c7cf84ed12edd3886006e;hb=438da5bb460db0cff616cc757fb5920bbe9e1f59;hp=925d5d70243cc0e98efe5f966c9498700ac89357;hpb=8faaf883bbdc7ff931e306bbac3a45861fd1bc88;p=mkws-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index 925d5d7..75a9e2d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,5 @@ +# Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com + DOCS = README.html README.odt README.pdf \ whitepaper.html whitepaper.odt whitepaper.pdf @@ -43,7 +45,7 @@ all: $(DOCS) clean: rm -f $(DOCS) -distclean: clean +distclean: clean uninstall help: @echo "make [ all | install | clean | distclean ]"