From 694625737d6a7428606e3b8a2ba9330677edd96c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 23 Feb 2020 21:44:08 +0100 Subject: Copy singlehtml into html directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5168496..b5027c9 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,10 @@ SPHINXPROJ = GentooPolicyGuide SOURCEDIR = . BUILDDIR = _build -all: html +all: html $(BUILDDIR)/html/combined.html + +$(BUILDDIR)/html/combined.html: singlehtml + cp $(BUILDDIR)/singlehtml/index.html $@ .PHONY: all Makefile -- cgit v1.2.3-65-gdbad