Commit f35cdc8e authored by Peter Ganten's avatar Peter Ganten Committed by Alexandre Julliard

Adapted the manual pages to the new long options, updated the

-debugmsg channels and added a small hack to get the @sysconfdir@ stuff in the manual pages right.
parent 3138738a
...@@ -52,7 +52,9 @@ $(INCLUDES): ...@@ -52,7 +52,9 @@ $(INCLUDES):
install:: install::
$(INSTALL) -d $(mandir)/man$(prog_manext) $(INSTALL) -d $(mandir)/man$(prog_manext)
$(INSTALL) -d $(mandir)/man$(conf_manext) $(INSTALL) -d $(mandir)/man$(conf_manext)
sed -e 's|$${prefix}|$(prefix)|g' < wine.man > wine.man.tmp && mv wine.man.tmp wine.man
$(INSTALL_DATA) wine.man $(mandir)/man$(prog_manext)/wine.$(prog_manext) $(INSTALL_DATA) wine.man $(mandir)/man$(prog_manext)/wine.$(prog_manext)
sed -e 's|$${prefix}|'$(prefix)'|g' < wine.conf.man > wine.conf.man.tmp && mv wine.conf.man.tmp wine.conf.man
$(INSTALL_DATA) wine.conf.man $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext) $(INSTALL_DATA) wine.conf.man $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext)
uninstall:: uninstall::
......
...@@ -16,7 +16,7 @@ script with the --sysconfdir option. Alternatively, you may have a ...@@ -16,7 +16,7 @@ script with the --sysconfdir option. Alternatively, you may have a
.I .winerc .I .winerc
file of this format in your home directory or have the environment variable file of this format in your home directory or have the environment variable
.B WINE_INI .B WINE_INI
pointing to a configuration file, or use the -config option on the command pointing to a configuration file, or use the --config option on the command
line. line.
A sample configuration file is available as wine.ini in the base directory A sample configuration file is available as wine.ini in the base directory
of the Wine source distribution. of the Wine source distribution.
...@@ -157,7 +157,7 @@ Case is not (yet) important and only the first letter of each type is enough ...@@ -157,7 +157,7 @@ Case is not (yet) important and only the first letter of each type is enough
to identify the type n[ative], e[lfdll], s[o], b[uiltin]. Also whitespace is to identify the type n[ative], e[lfdll], s[o], b[uiltin]. Also whitespace is
ignored. Keep everything in lower case to be sure that your entries keep the ignored. Keep everything in lower case to be sure that your entries keep the
same meaning. See also commandline option same meaning. See also commandline option
.I -dll .I --dll
for details about the allowable types. for details about the allowable types.
.PP .PP
.B [DllOverrides] .B [DllOverrides]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment