Add libemsha.rst to do-release.

This commit is contained in:
Kyle Isom 2015-12-22 15:57:02 -08:00
parent 2d18c2eb07
commit 22da0b109d
4 changed files with 20 additions and 13 deletions

View File

@ -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

View File

@ -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" ]

View File

@ -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

View File

@ -3,11 +3,13 @@ libemsha
========
Version: @PACKAGE_VERSION@
Date: @BUILD_DATE@
------------------
Table of Contents:
------------------
-----------------
Table of Contents
-----------------
+ Introduction
+ Getting and Building the Source