diff --git a/doc/Makefile b/doc/Makefile index 9c920dad9..0084e50dd 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -86,7 +86,7 @@ ifeq ($(RELEASE),latest) cp scripts/publish-README.md $(PUBLISHDIR)/../README.md cp scripts/publish-index.html $(PUBLISHDIR)/../index.html cp scripts/publish-robots.txt $(PUBLISHDIR)/../robots.txt - cp scripts/publish-404.html $(PUBLISHDIR)/../404.html + sed 's//\n /' $(BUILDDIR)/html/404.html > $(PUBLISHDIR)/../404.html endif cd $(PUBLISHDIR)/..; git add -A; git commit -s -m "publish $(RELEASE)"; git push origin master; diff --git a/doc/scripts/publish-404.html b/doc/scripts/publish-404.html deleted file mode 100644 index 79aa6128b..000000000 --- a/doc/scripts/publish-404.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - Page not found in ACRN Hypervisor documentation - - - - - -

Please visit the latest ACRN documentation

- -