[PATCH xserver 15/15] Xquartz: rename man page directory from doc to man

Gaetan Nadon memsize at videotron.ca
Sat Jan 8 18:19:55 PST 2011


Following the convention makes it easier to locate man pages,
user's or developer's documentation and specifications.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac                        |    2 +-
 hw/xquartz/Makefile.am              |    4 ++--
 hw/xquartz/{doc => man}/Makefile.am |    0
 hw/xquartz/{doc => man}/Xquartz.man |    0
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename hw/xquartz/{doc => man}/Makefile.am (100%)
 rename hw/xquartz/{doc => man}/Xquartz.man (100%)

diff --git a/configure.ac b/configure.ac
index 41d6e66..45286ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2256,7 +2256,7 @@ hw/xwin/man/Makefile
 hw/xquartz/Makefile
 hw/xquartz/GL/Makefile
 hw/xquartz/bundle/Makefile
-hw/xquartz/doc/Makefile
+hw/xquartz/man/Makefile
 hw/xquartz/mach-startup/Makefile
 hw/xquartz/pbproxy/Makefile
 hw/xquartz/xpr/Makefile
diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am
index 96b1fb0..61b04e0 100644
--- a/hw/xquartz/Makefile.am
+++ b/hw/xquartz/Makefile.am
@@ -14,9 +14,9 @@ if GLX
 GL_DIR = GL
 endif
 
-SUBDIRS = bundle . $(GL_DIR) xpr pbproxy mach-startup doc
+SUBDIRS = bundle . $(GL_DIR) xpr pbproxy mach-startup man
 
-DIST_SUBDIRS = bundle . GL xpr pbproxy mach-startup doc
+DIST_SUBDIRS = bundle . GL xpr pbproxy mach-startup man
 
 libXquartz_la_SOURCES = \
 	$(top_srcdir)/fb/fbcmap_mi.c \
diff --git a/hw/xquartz/doc/Makefile.am b/hw/xquartz/man/Makefile.am
similarity index 100%
rename from hw/xquartz/doc/Makefile.am
rename to hw/xquartz/man/Makefile.am
diff --git a/hw/xquartz/doc/Xquartz.man b/hw/xquartz/man/Xquartz.man
similarity index 100%
rename from hw/xquartz/doc/Xquartz.man
rename to hw/xquartz/man/Xquartz.man
-- 
1.6.0.4



More information about the xorg-devel mailing list