X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=2b9b3aab5318a30cc4c1c398ec205ae93d4d0e87;hp=00f2530ce32e716fb2d186ea9b5f5a6457d4c724;hb=1e5a7aac877f2b5d105d8cb291b107217b140632;hpb=e3e181f4b3eae0e552632bce19bdff990196938f diff --git a/doc/Makefile.am b/doc/Makefile.am index 00f2530c..2b9b3aab 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,7 +11,7 @@ .tmpl: $(AM_V_GEN)sed \ - -e s@:ETCDIR:@${sysconfdir}@ \ + -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 \