]> arthur.barton.de Git - ngircd.git/blobdiff - doc/Makefile.am
Document "HelpFile" in sample-ngircd.conf and ngircd.conf.5
[ngircd.git] / doc / Makefile.am
index 3bf68fb4a22991bfde217b124b956d80d4f4907b..2b9b3aab5318a30cc4c1c398ec205ae93d4d0e87 100644 (file)
@@ -10,8 +10,8 @@
 #
 
 .tmpl:
-       sed \
-           -e s@:ETCDIR:@${sysconfdir}@ \
+       $(AM_V_GEN)sed \
+           -e "s@:ETCDIR:@${sysconfdir}@" \
            <$< >$@
 
 SUFFIXES = .tmpl
@@ -19,6 +19,7 @@ SUFFIXES = .tmpl
 static_docs = \
        Bopm.txt \
        Capabilities.txt \
+       Contributing.txt \
        FAQ.txt \
        GIT.txt \
        HowToRelease.txt \