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