mirror of
https://github.com/X11Libre/xf86-input-vmmouse.git
synced 2026-03-24 01:34:05 +00:00
man: move vmmouse_detect back to section 1
Was moved to section 4 in commit 36c2cd8ec6,
"man: build vmmouse_detect man page".
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -23,13 +23,17 @@
|
||||
|
||||
drivermandir = $(DRIVER_MAN_DIR)
|
||||
|
||||
driverman_PRE = @DRIVER_NAME@.man @DRIVER_NAME@_detect.man
|
||||
driverman_PRE = @DRIVER_NAME@.man
|
||||
|
||||
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
|
||||
|
||||
EXTRA_DIST = @DRIVER_NAME@.man @DRIVER_NAME@_detect.man
|
||||
appmandir = $(APP_MAN_DIR)
|
||||
appman_PRE = @DRIVER_NAME@_detect.man
|
||||
appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
|
||||
|
||||
CLEANFILES = $(driverman_DATA)
|
||||
EXTRA_DIST = @DRIVER_NAME@.man $(appman_PRE)
|
||||
|
||||
CLEANFILES = $(driverman_DATA) $(appman_DATA)
|
||||
|
||||
# Strings to replace in man pages
|
||||
XORGRELSTRING = @PACKAGE_STRING@
|
||||
@@ -51,3 +55,5 @@ SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
|
||||
|
||||
.man.$(DRIVER_MAN_SUFFIX):
|
||||
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
|
||||
.man.$(APP_MAN_SUFFIX):
|
||||
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
.\"
|
||||
.\" That's right, although mdetect itself is under the QPL, this manpage is
|
||||
.\" under the GPL. Enjoy!
|
||||
.TH vmmouse_detect __drivermansuffix__ __vendorversion__
|
||||
.TH vmmouse_detect __appmansuffix__ __vendorversion__
|
||||
.SH NAME
|
||||
vmmouse_detect \- VMware mouse device autodetection tool
|
||||
.SH SYNOPSIS
|
||||
|
||||
Reference in New Issue
Block a user