X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/fcdcbfee1fbd5d821b210f8593d0725d001ffd01..8439fcfd559f48968cb88d7efd671e6e4bd664a2:/doc/Makefile.am?ds=sidebyside diff --git a/doc/Makefile.am b/doc/Makefile.am index 420d4ee..915d55a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -36,7 +36,7 @@ HTMLMAN=$(foreach man,$(man_MANS),$(man).html) $(HTMLMAN) : %.html : % $(top_srcdir)/scripts/htmlman rm -f $@.new - $(top_srcdir)/scripts/htmlman $< >$@.new + $(top_srcdir)/scripts/htmlman -stdhead $< >$@.new chmod 444 $@.new mv -f $@.new $@