diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/powwow.doc.in (renamed from doc/powwow.doc) | 2 | ||||
-rw-r--r-- | man/powwow.6.utf-8.in (renamed from man/powwow.6.utf-8) | 2 |
4 files changed, 6 insertions, 4 deletions
@@ -20,4 +20,6 @@ missing powwow powwow-movieplay powwow-muc -powwow.6 +doc/powwow.doc +man/powwow.6 +man/powwow.6.utf-8 diff --git a/configure.ac b/configure.ac index 3798599..a27f2df 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ AC_C_CONST # Checks for library functions. AC_FUNC_MALLOC -AC_OUTPUT(Makefile src/Makefile doc/Makefile man/Makefile) +AC_OUTPUT(Makefile src/Makefile doc/powwow.doc doc/Makefile man/powwow.6.utf-8 man/Makefile) AC_OUTPUT diff --git a/doc/powwow.doc b/doc/powwow.doc.in index 0404328..7236f87 100644 --- a/doc/powwow.doc +++ b/doc/powwow.doc.in @@ -1,6 +1,6 @@ P O W W O W - doc for version 1.2.21 + doc for version @PACKAGE_VERSION@ last modified Oct 09, 2007 INTRODUCTION diff --git a/man/powwow.6.utf-8 b/man/powwow.6.utf-8.in index 6100ccf..cecf843 100644 --- a/man/powwow.6.utf-8 +++ b/man/powwow.6.utf-8.in @@ -1,5 +1,5 @@ .\" -*-nroff-*- -.TH POWWOW 6 "2018-Sep-11" "powwow 1.2.20" +.TH POWWOW 6 "2018-Sep-11" "powwow @PACKAGE_VERSION@" .SH NAME powwow \- telnet protocol client for MUD playing .SH SYNOPSIS |