diff options
| author | Alexander Barton <alex@barton.de> | 2024-01-09 15:52:34 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2024-01-11 15:12:54 +0100 |
| commit | 541351858699bc7f196a197e417dce3b7f13b124 (patch) | |
| tree | 99cb301eb71dcf25e5a6224937b135d80dc20177 /doc/Makefile.am | |
| parent | 287770666008b5487d7c857aff273d517f82f49d (diff) | |
| download | ngircd-541351858699bc7f196a197e417dce3b7f13b124.tar.gz ngircd-541351858699bc7f196a197e417dce3b7f13b124.zip | |
Convert the FAQ to Markdown and enhance it!
Diffstat (limited to 'doc/Makefile.am')
| -rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 4ce26f06..d82480e9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2020 Alexander Barton (alex@barton.de) and Contributors +# Copyright (c)2001-2024 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 @@ -22,7 +22,7 @@ static_docs = \ Capabilities.txt \ Commands.txt \ Contributing.txt \ - FAQ.txt \ + FAQ.md \ HowToRelease.txt \ Modes.txt \ PAM.txt \ |