summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-27 13:06:31 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-27 13:06:31 +0300
commit40cfeffc5bea7ecdc20bbbe4db50fd725a62f29b (patch)
tree2fcd3ea3dce0b1fd1a5b4e9fe6212de15665ab5a /man
parentac0dc7451be0a8aba703fd4d9a78e17544c40842 (diff)
move manpage to mousedrv.man to avoid conflict with mouse.4
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am4
-rw-r--r--man/mousedrv.man (renamed from man/mouse.man)0
2 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index bf7ec17..54f3afd 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -27,11 +27,11 @@
drivermandir = $(DRIVER_MAN_DIR)
-driverman_PRE = @DRIVER_NAME@.man
+driverman_PRE = mousedrv.man
driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
-EXTRA_DIST = @DRIVER_NAME@.man
+EXTRA_DIST = mousedrv.man
CLEANFILES = $(driverman_DATA)
diff --git a/man/mouse.man b/man/mousedrv.man
index 231935c..231935c 100644
--- a/man/mouse.man
+++ b/man/mousedrv.man