From 22da0b109d7dde4af2df19a11443c00300a0d88a Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 22 Dec 2015 15:57:02 -0800 Subject: [PATCH] Add libemsha.rst to do-release. --- Makefile.am | 17 +++++++++-------- do-release.in | 2 +- doc/libemsha.rst | 6 +++++- doc/source/header.rst.in | 8 +++++--- 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/Makefile.am b/Makefile.am index 33f3ba0..a247af4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,17 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src -TESTS = src/emsha_core_test \ - src/emsha_sha256_test \ - src/emsha_hmac_test \ - src/emsha_mem_test \ +TESTS = src/emsha_core_test \ + src/emsha_sha256_test \ + src/emsha_hmac_test \ + src/emsha_mem_test \ src/emsha_static_mem_test -dist_data_DATA = LICENSE \ - README.rst -dist_noinst_DATA = autobuild \ - doc/source \ +dist_data_DATA = LICENSE \ + README.rst \ + doc/libemsha.rst +dist_noinst_DATA = autobuild \ + doc/source \ doc/Makefile .PHONY: valgrind-check diff --git a/do-release.in b/do-release.in index d9929f8..96a83ea 100755 --- a/do-release.in +++ b/do-release.in @@ -7,7 +7,7 @@ TARBALL="@PACKAGE_NAME@-$VERSION" make clean echo "[+] rebuilding single ReST doc" -cd doc && make singlerst && cd .. +cd doc && make clean singlerst clean && cd .. echo "[+] building release tarballs" make dist-gzip if [ ! -e "$TARBALL.tar.gz" ] diff --git a/doc/libemsha.rst b/doc/libemsha.rst index 1a04292..d4861fa 100644 --- a/doc/libemsha.rst +++ b/doc/libemsha.rst @@ -3,9 +3,13 @@ libemsha ======== Version: 1.0.0-RC3 + Date: 2015-12-22 -Table of Contents: + +----------------- +Table of Contents +----------------- + Introduction + Getting and Building the Source diff --git a/doc/source/header.rst.in b/doc/source/header.rst.in index d28e725..a3704ed 100644 --- a/doc/source/header.rst.in +++ b/doc/source/header.rst.in @@ -3,11 +3,13 @@ libemsha ======== Version: @PACKAGE_VERSION@ + Date: @BUILD_DATE@ ------------------- -Table of Contents: ------------------- + +----------------- +Table of Contents +----------------- + Introduction + Getting and Building the Source