[PATCH input-synaptics 3/5] man: there is no need to create the "man" source directory

Gaetan Nadon memsize at videotron.ca
Mon Jun 13 16:43:29 PDT 2011


This directory is created when the source code is extracted from git.
There are 175 other man pages directories in X.Org and none are
created from the makefile.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 Makefile.am |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 16e146c..7d83e61 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,18 +109,13 @@ CLEANFILES = $(driverman_DATA) $(synclientman_DATA) $(syndaemonman_DATA)
 
 SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
 
-.PHONY: ChangeLog INSTALL mandir
-
-mandir:
-	$(MKDIR_P) man
+.PHONY: ChangeLog INSTALL
 
 # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
 .man.$(DRIVER_MAN_SUFFIX):
-	@$(MKDIR_P) man
 	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
 
 .man.$(APP_MAN_SUFFIX):
-	@$(MKDIR_P) man
 	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
 
 INSTALL:
-- 
1.7.4.1



More information about the xorg-devel mailing list