X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile;h=75a9e2d152c0e0e91e8c7cf84ed12edd3886006e;hb=da74028828754e46995c83682fca1e40a12e95c8;hp=aa0497834a6151a0f3dfc09bcd37e674e2889423;hpb=f3c8cc82829091726dbb7cf39d51be0a1537ee8a;p=mkws-moved-to-github.git diff --git a/doc/Makefile b/doc/Makefile index aa04978..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,5 +45,8 @@ all: $(DOCS) clean: rm -f $(DOCS) -distclean: clean +distclean: clean uninstall + +help: + @echo "make [ all | install | clean | distclean ]"