From 30b6e72b96e8092f3a0884b1a02eb403b8a4b12c Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 3 Nov 2010 23:47:21 +0100 Subject: Fix up generation and distribution of sample-ngircd.conf - Add generated sample-ngircd.conf to new .gitignore file, - refactor Makefile.am to generate sample-ngircd.conf on "make all", to clean it up on "make clean", and to install it to the correct place. - Make sure path names in sample-ngircd.conf are separated by "/". --- doc/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/.gitignore (limited to 'doc/.gitignore') diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..0035855c --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1 @@ +sample-ngircd.conf -- cgit 1.4.1