X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Finclude.mk;h=ad7b80a6edfc00427a0fac2d47708a8d80c435c6;hb=4db4bfa2c9178b315d2ac09cff794a4476ba1f6e;hp=28b69aeda1f719363f4c2227108d8924ecd603a1;hpb=46174e0f8c151dfb5a42723c865b4893f66e73b0;p=public-inbox.git diff --git a/Documentation/include.mk b/Documentation/include.mk index 28b69aed..ad7b80a6 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -1,5 +1,5 @@ -# Copyright (C) 2013-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2013-2018 all contributors +# License: AGPL-3.0+ all:: RSYNC = rsync @@ -78,7 +78,7 @@ Documentation/%.txt : Documentation/%.pod txt2pre = $(PERL) -I lib ./Documentation/txt2pre <$< >$@+ && \ touch -r $< $@+ && mv $@+ $@ txt := INSTALL README COPYING TODO -dtxt := design_notes.txt design_www.txt dc-dlvr-spam-flow.txt +dtxt := design_notes.txt design_www.txt dc-dlvr-spam-flow.txt hosted.txt dtxt := $(addprefix Documentation/, $(dtxt)) $(mantxt) %.html: %.txt