[Xcb] [PATCH util-image 3/8] config: remove old dead code for documentation

Gaetan Nadon memsize at videotron.ca
Fri Feb 21 10:18:17 PST 2014


Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 .gitignore        |    1 -
 configure.ac      |    3 +--
 xcb_util_intro.in |   24 ------------------------
 3 files changed, 1 insertion(+), 27 deletions(-)
 delete mode 100644 xcb_util_intro.in

diff --git a/.gitignore b/.gitignore
index fa4026e..c9f356c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,4 +76,3 @@ core
 #		Edit the following section as needed
 # For example, !report.pc overrides *.pc. See 'man gitignore'
 #
-xcb_util_intro
diff --git a/configure.ac b/configure.ac
index 603f46e..7a31623 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,5 @@ PKG_CHECK_MODULES(XCB_UTIL, xcb-util)
 
 AC_CONFIG_FILES([Makefile
 	image/Makefile
-	image/xcb-image.pc
-	xcb_util_intro])
+	image/xcb-image.pc])
 AC_OUTPUT
diff --git a/xcb_util_intro.in b/xcb_util_intro.in
deleted file mode 100644
index f063613..0000000
--- a/xcb_util_intro.in
+++ /dev/null
@@ -1,24 +0,0 @@
-/** 
- at file
- at brief XCB Utility functions
- 
-These routines are used to facilitate the use of XCB in programs.
-*/
-
-/**
-
- at mainpage XCB Utility Documentation
- at version @PACKAGE_VERSION@
- at author Ian Osgood <iano at quirkster.com>
- at author Bart Massey <bart at cs.pdx.edu>
- at author Jamey Sharp <jamey at minilop.net>
- at author Josh Triplett <josh at freedesktop.org>
- at author Keith Packard <keithp at keithp.com>
- at author Vincent Torri <torri at iecn.u-nancy.fr>
- at author Julien Danjou <julien at danjou.info>
- at author Arnaud Fontaine <arnau at debian.org>
- at date 2005-2008
-
- at section intro What is available ?
-
-*/
-- 
1.7.9.5



More information about the Xcb mailing list