This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch dev-1-0-13
in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git

commit ebcceeb8addf31d790c5c2b878fc6618bf30338f
Author: Alan M. Carroll <a...@apache.org>
AuthorDate: Wed Feb 26 07:51:44 2020 -0600

    Update doc makefile for easier publishing.
---
 doc/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/Makefile b/doc/Makefile
index 122bc93..89884f8 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -42,6 +42,7 @@ clean:
        -rm -rf doxygen
 
 publish: clean doxygen html
+       ( cd _build/html ; tar cfh /tmp/libswoc-doc.tar * )
 
 ext/local-config.py : Makefile
        @echo "plantuml = '$(JAVA) -jar $(PLANTUML_JAR)'" > ext/local-config.py
@@ -53,3 +54,4 @@ doxygen:
 reference: doxygen
        @if [ ! -d _build/html ] ; then mkdir -p _build/html ; fi
        @if [ ! -d _build/html/reference ] ; then ln -s ../../doxygen/html 
_build/html/reference ; fi
+

Reply via email to