diff options
| author | Alexander Barton <alex@barton.de> | 2005-07-22 21:02:22 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-07-22 21:02:22 +0000 |
| commit | 3237d28bfbc96096320536f6ebc41761b7d11641 (patch) | |
| tree | 86eb49e1b53aab21e558ac976661cac505e36d3f | |
| parent | 317841529b31f50ed31c6f2af30edeee0f7e4fae (diff) | |
| download | ngircd-3237d28bfbc96096320536f6ebc41761b7d11641.tar.gz ngircd-3237d28bfbc96096320536f6ebc41761b7d11641.zip | |
New subdirectory "doc/src" for the source code documentation.
| -rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 87cf3062..9bda36e6 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.114 2005/07/08 16:18:38 alex Exp $ +# $Id: configure.in,v 1.115 2005/07/22 21:02:22 alex Exp $ # # -- Initialisation -- @@ -365,6 +365,7 @@ test -n "$CFLAGS_END" && CFLAGS="$CFLAGS $CFLAGS_END" AC_OUTPUT([ \ Makefile \ doc/Makefile \ + doc/src/Makefile \ src/Makefile \ src/portab/Makefile \ src/tool/Makefile \ |