Add libemsha.rst to do-release.
This commit is contained in:
parent
2d18c2eb07
commit
22da0b109d
17
Makefile.am
17
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
|
||||
|
|
|
@ -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" ]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,11 +3,13 @@ libemsha
|
|||
========
|
||||
|
||||
Version: @PACKAGE_VERSION@
|
||||
|
||||
Date: @BUILD_DATE@
|
||||
|
||||
------------------
|
||||
Table of Contents:
|
||||
------------------
|
||||
|
||||
-----------------
|
||||
Table of Contents
|
||||
-----------------
|
||||
|
||||
+ Introduction
|
||||
+ Getting and Building the Source
|
||||
|
|
Loading…
Reference in New Issue