X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Finclude.mk;h=162bf54338bf68c72a3cda01553a714f1cbf8f48;hb=4f89debb03699637a210158d0d04d11f62fae830;hp=c852ce1cd3e5cf0fd6df986367e9af8cee3a9472;hpb=7f35ce53a0183aafc450faded89954f784bf835a;p=public-inbox.git diff --git a/Documentation/include.mk b/Documentation/include.mk index c852ce1c..162bf543 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -42,12 +42,10 @@ install-man: man txt2pre = ./Documentation/txt2pre < $< > $@+ && touch -r $< $@+ && mv $@+ $@ txt = INSTALL README COPYING -INSTALL.html: INSTALL - $(txt2pre) -index.html: README +%.html: % $(txt2pre) -docs_html := INSTALL.html +docs_html := $(addsuffix .html, $(txt)) html: $(docs_html) gz_docs := $(addsuffix .gz, $(docs) $(docs_html)) rsync_docs := $(gz_docs) $(docs) $(txt) $(docs_html)