Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2011-03-28 00:59:26 +0400
committerSebastien Pouliot <sebastien@ximian.com>2011-03-28 00:59:26 +0400
commit0da944a95c84990cbb1ea04414989810910b39c2 (patch)
tree5437db397041fd4cb8fdbc3dae9ea880fe7180c4 /man/Makefile.am
parentf2f7c8f361d0745e6c051398b517f00b7537acf4 (diff)
Add new crlupdate tool
* man/Makefile.am: * man/crlupdate.1: * man/man.xml: Add new manual page for crlupdate * mcs/tools/security/Makefile: * mcs/tools/security/crlupdate.cs: Add new crlupdate tool * scripts/Makefile.am: Generate script wrapper for crlupdate
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 4b1810c6168..3e4dab73b73 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -4,6 +4,7 @@ man_MANS = \
certmgr.1 \
chktrust.1 \
cilc.1 \
+ crlupdate.1 \
csharp.1 \
disco.1 \
dtd2xsd.1 \