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

@ -8,7 +8,8 @@ TESTS = src/emsha_core_test \
src/emsha_static_mem_test src/emsha_static_mem_test
dist_data_DATA = LICENSE \ dist_data_DATA = LICENSE \
README.rst README.rst \
doc/libemsha.rst
dist_noinst_DATA = autobuild \ dist_noinst_DATA = autobuild \
doc/source \ doc/source \
doc/Makefile doc/Makefile

View File

@ -7,7 +7,7 @@ TARBALL="@PACKAGE_NAME@-$VERSION"
make clean make clean
echo "[+] rebuilding single ReST doc" echo "[+] rebuilding single ReST doc"
cd doc && make singlerst && cd .. cd doc && make clean singlerst clean && cd ..
echo "[+] building release tarballs" echo "[+] building release tarballs"
make dist-gzip make dist-gzip
if [ ! -e "$TARBALL.tar.gz" ] if [ ! -e "$TARBALL.tar.gz" ]

View File

@ -3,9 +3,13 @@ libemsha
======== ========
Version: 1.0.0-RC3 Version: 1.0.0-RC3
Date: 2015-12-22 Date: 2015-12-22
Table of Contents:
-----------------
Table of Contents
-----------------
+ Introduction + Introduction
+ Getting and Building the Source + Getting and Building the Source

View File

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