aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-07-18 08:38:44 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-07-18 08:38:44 +0300
commit7b1b68c8a1c65ef33c39f494275eab91b6343658 (patch)
treef543d865daaeec48b62164bf1b86b0bf98e3bd3d /bootstrap
parente191278fcf7437088a383a764d3b52a74c6a1ead (diff)
downloadvmod-dbrw-7b1b68c8a1c65ef33c39f494275eab91b6343658.tar.gz
vmod-dbrw-7b1b68c8a1c65ef33c39f494275eab91b6343658.tar.bz2
Add a framework for Texinfo documentation.
* bootstrap: Don't overwrite existing ChangeLog * doc/.gitignore: New file. * doc/Makefile.am: Update. * doc/vmod_dbrw.texi: New file. * doc/fdl.texi: New file.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c55c2b2..89ccf31 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,5 +3,5 @@ for dir in m4 build-aux
do
test -d $dir || mkdir $dir
done
-> ChangeLog
+test -f ChangeLog || touch ChangeLog
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.