diff options
| author | Alexander Barton <alex@barton.de> | 2012-03-31 12:52:58 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-03-31 12:52:58 +0200 |
| commit | 67bd1bf34fc3f7bebb304cdf84284523c8ea09f5 (patch) | |
| tree | 9ce473343072454fa9faac68b3bb7c0db21c9f78 /doc/Makefile.am | |
| parent | 9f3af061cf4a48c2d580a4bb42eb49c71b96e09d (diff) | |
| download | ngircd-67bd1bf34fc3f7bebb304cdf84284523c8ea09f5.tar.gz ngircd-67bd1bf34fc3f7bebb304cdf84284523c8ea09f5.zip | |
Makefiles: list each source files on a separate line
Patches that add/remove source files become much nicer this way :-)
Diffstat (limited to 'doc/Makefile.am')
| -rw-r--r-- | doc/Makefile.am | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index c153fece..1a792c5f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors +# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,9 +16,21 @@ SUFFIXES = .tmpl -static_docs = Bopm.txt FAQ.txt GIT.txt HowToRelease.txt Modes.txt PAM.txt \ - Platforms.txt Protocol.txt README-AUX.txt README-BeOS.txt \ - README-Interix.txt RFC.txt SSL.txt Services.txt +static_docs = \ + Bopm.txt \ + FAQ.txt \ + GIT.txt \ + HowToRelease.txt \ + Modes.txt \ + PAM.txt \ + Platforms.txt \ + Protocol.txt \ + README-AUX.txt \ + README-BeOS.txt \ + README-Interix.txt \ + RFC.txt \ + Services.txt \ + SSL.txt doc_templates = sample-ngircd.conf.tmpl |