Authors: James Juran <jrj120@psu.edu>, Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Updated README and man page.
Split documentation for wine.conf into new wine.conf(5) manpage.
diff --git a/Make.rules.in b/Make.rules.in
index c341ba4..0b4fbd1 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -67,8 +67,9 @@
bindir = @bindir@
libdir = @libdir@
infodir = @infodir@
-mandir = @mandir@/man1
-manext = .1
+mandir = @mandir@
+prog_manext = 1
+conf_manext = 5
includedir = @includedir@/wine
OBJS = $(C_SRCS:.c=.o) $(GEN_ASM_SRCS:.s=.o) $(ASM_SRCS:.S=.o) $(RC_SRCS:.rc=.o) \