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