diff options
| -rw-r--r-- | doc/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 00000000..c4390ccd --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,10 @@ +# $Id: Makefile.am,v 1.1 2001/12/31 02:22:29 alex Exp $ + +# $Log: Makefile.am,v $ +# Revision 1.1 2001/12/31 02:22:29 alex +# - Makefile.am fuer das "doc"-Verzeichnis begonnen. +# + +EXTRA_DIST = CVS.txt RFC.txt sample-ngircd.conf + +# -eof- |