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
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
SUBDIRS = src
|
SUBDIRS = src
|
||||||
|
|
||||||
TESTS = src/emsha_core_test \
|
TESTS = src/emsha_core_test \
|
||||||
src/emsha_sha256_test \
|
src/emsha_sha256_test \
|
||||||
src/emsha_hmac_test \
|
src/emsha_hmac_test \
|
||||||
src/emsha_mem_test \
|
src/emsha_mem_test \
|
||||||
src/emsha_static_mem_test
|
src/emsha_static_mem_test
|
||||||
|
|
||||||
dist_data_DATA = LICENSE \
|
dist_data_DATA = LICENSE \
|
||||||
README.rst
|
README.rst \
|
||||||
dist_noinst_DATA = autobuild \
|
doc/libemsha.rst
|
||||||
doc/source \
|
dist_noinst_DATA = autobuild \
|
||||||
|
doc/source \
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
|
|
||||||
.PHONY: valgrind-check
|
.PHONY: valgrind-check
|
||||||
|
|
|
@ -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" ]
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue