Generate manual pages, so we can put the version number in them.

This commit is contained in:
Sam Hocevar
2010-01-06 22:46:49 +00:00
committed by sam
parent 45764eb21f
commit 0d86e64a19
5 changed files with 13 additions and 6 deletions

2
.gitignore vendored
View File

@@ -30,3 +30,5 @@ test/zznop
test/bug-div0
test/bug-memory
test/bug-overflow
doc/zzuf.1
doc/libzzuf.3

View File

@@ -157,10 +157,15 @@ AC_SUBST(MATH_LIBS)
AC_CHECK_LIB(dl, dlopen, [DL_LIBS="-ldl"])
AC_SUBST(DL_LIBS)
AC_OUTPUT([
AC_CONFIG_FILES([
Makefile
src/Makefile
doc/Makefile
test/Makefile
])
AC_CONFIG_FILES([
doc/zzuf.1
doc/libzzuf.3
])
AC_OUTPUT

View File

@@ -1,6 +1,6 @@
# $Id: Makefile.am 871 2006-09-25 15:58:33Z sam $
EXTRA_DIST = zzuf.1 libzzuf.3
EXTRA_DIST = zzuf.1.in libzzuf.3.in
man_MANS = zzuf.1 libzzuf.3

View File

@@ -1,4 +1,4 @@
.TH libzzuf 3 "2009-11-22" "libzzuf"
.TH libzzuf 3 "2010-01-06" "libzzuf @PACKAGE_VERSION@"
.SH NAME
libzzuf \- helper library for the zzuf multiple purpose fuzzer
.SH DESCRIPTION
@@ -135,7 +135,7 @@ functions will be added upon user request.
\fBzzuf(1)\fR, \fBld.so(8)\fR
.SH AUTHOR
.PP
Copyright \(co 2002, 2007\-2009 Sam Hocevar <sam@hocevar.net>.
Copyright \(co 2002, 2007\-2010 Sam Hocevar <sam@hocevar.net>.
.PP
\fBlibzzuf\fR and this manual page are free software. They come without any
warranty, to the extent permitted by applicable law. You can redistribute

View File

@@ -1,4 +1,4 @@
.TH zzuf 1 "2009-11-22" "zzuf"
.TH zzuf 1 "2010-01-06" "zzuf @PACKAGE_VERSION@"
.SH NAME
zzuf \- multiple purpose fuzzer
.SH SYNOPSIS
@@ -433,7 +433,7 @@ multimedia stream corrupter used to find bugs in the VLC media player.
\fBlibzzuf(3)\fR
.SH AUTHOR
.PP
Copyright \(co 2002, 2007\-2009 Sam Hocevar <sam@hocevar.net>.
Copyright \(co 2002, 2007\-2010 Sam Hocevar <sam@hocevar.net>.
.PP
\fBzzuf\fR and this manual page are free software. They come without any
warranty, to the extent permitted by applicable law. You can redistribute