X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=04f74b6059acd132336f5527477d533297c6989a;hp=3bf68fb4a22991bfde217b124b956d80d4f4907b;hb=212d99146d4a3681976450b5ff0dfa57e1d2e44f;hpb=f37600ee01f6cfd86e8fa80f77ee26ebaf3012b2 diff --git a/doc/Makefile.am b/doc/Makefile.am index 3bf68fb4..04f74b60 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors +# Copyright (c)2001-2013 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 @@ -10,8 +10,9 @@ # .tmpl: - sed \ - -e s@:ETCDIR:@${sysconfdir}@ \ + $(AM_V_GEN)sed \ + -e "s@:ETCDIR:@${sysconfdir}@" \ + -e "s@:DOCDIR:@${docdir}@" \ <$< >$@ SUFFIXES = .tmpl @@ -19,6 +20,8 @@ SUFFIXES = .tmpl static_docs = \ Bopm.txt \ Capabilities.txt \ + Commands.txt \ + Contributing.txt \ FAQ.txt \ GIT.txt \ HowToRelease.txt \