From 65ceaadbf0fb65f1962cb96d5b87fd1175f85a3b Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 9 Jan 2011 20:28:31 -0500 Subject: [PATCH] Xquartz: rename man page directory from doc to man MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following the convention makes it easier to locate man pages, user's or developer's documentation and specifications. Reviewed-by: Alan Coopersmith Reviewed-by: Rémi Cardona Signed-off-by: Gaetan Nadon Signed-off-by: Keith Packard --- 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 41d6e6605..45286eaf4 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 96b1fb0c5..61b04e0e1 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