From 25c2ab08ef69319e5ad6492f94527af34d9799db Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 15 Nov 2024 15:35:39 +0100 Subject: Revert "doc: Makefile: publish pdf and epub versions too" This reverts commit 96947b5c0e79fa0e9500388585cce5f2b91e69db. (From yocto-docs rev: 26b78e1c2f63280cf228bba7349a0ca8bfdd8fd2) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/Makefile b/documentation/Makefile index d07baf0d23..402ad986ae 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -26,12 +26,10 @@ help: .PHONY: all help Makefile clean stylecheck publish epub latexpdf -publish: Makefile epub latexpdf html singlehtml +publish: Makefile html singlehtml rm -rf $(BUILDDIR)/$(DESTDIR)/ mkdir -p $(BUILDDIR)/$(DESTDIR)/ cp -r $(BUILDDIR)/html/* $(BUILDDIR)/$(DESTDIR)/ - mkdir -p $(BUILDDIR)/$(DESTDIR)/_static - cp $(BUILDDIR)/epub/TheYoctoProject.epub $(BUILDDIR)/latex/theyoctoproject.pdf $(BUILDDIR)/$(DESTDIR)/_static/ cp $(BUILDDIR)/singlehtml/index.html $(BUILDDIR)/$(DESTDIR)/singleindex.html sed -i -e 's@index.html#@singleindex.html#@g' $(BUILDDIR)/$(DESTDIR)/singleindex.html -- cgit v1.2.3-54-g00ecf