From e25438ded286dd6b48604e7c88ea1d81de3b1b27 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 28 Aug 2009 02:45:31 +0100 Subject: [PATCH] Build: add a special target for the split website portion of the docs. --- GNUmakefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/GNUmakefile.in b/GNUmakefile.in index 123684cabd..84702bca88 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -234,6 +234,14 @@ grand-replace: $(MAKE) -C scripts/build PATH=$(buildscript-dir):$(PATH) $(buildscript-dir)/grand-replace + +################################################################ +# website (without the rest of the docs) +web-gop: + touch Documentation/general.texi + cd Documentation && make out=www out-www/general/index.html + + ################################################################ # testing -- 2.39.5