Remove old **make-default** target, now that "install" is default.
DOCS = README.html README.odt README.pdf \
whitepaper.html whitepaper.odt whitepaper.pdf
-# Default rule when "make" is invoked without a target
-**default**: README.html whitepaper.html
-
INSTALLABLE = README.html whitepaper.html
INSTALLED = $(INSTALLABLE:%=../tools/htdocs/%)
uninstall:
rm -f $(INSTALLED)
+../tools/htdocs/%: %
+ rm -f $@
+ cp -p $? $@
+ chmod -w $@
+
all: $(DOCS)
# For a description of pandoc's markdown format, see: