Magellan Linux

Annotation of /trunk/xorg-docs/patches/xorg-docs-1.0.1-allow-manpages-only.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 742 byte(s)
-import

1 niro 153 --- Makefile.am.old 2005-12-08 20:02:54.000000000 -0700
2     +++ Makefile.am 2005-12-18 02:49:59.000000000 -0700
3     @@ -20,7 +20,11 @@
4     #
5     # Process this file with autoconf to create configure.
6    
7     +if NONMAN
8     SUBDIRS = hardcopy man sgml
9     +else
10     +SUBDIRS = man
11     +endif
12    
13     EXTRA_DIST = \
14     misc/xlogo.epsi \
15     --- configure.ac.old 2005-12-14 17:24:13.000000000 -0700
16     +++ configure.ac 2005-12-18 02:49:59.000000000 -0700
17     @@ -34,6 +34,9 @@
18     AC_SUBST([X11DOCDIR])
19     AC_SUBST([HARDCOPYDIR])
20    
21     +AC_ARG_ENABLE(non-man-docs, AS_HELP_STRING([--enable-non-man-docs], [Install extra (non-man) documentation (default: no)]), [NONMAN=$enableval], [NONMAN=no])
22     +AM_CONDITIONAL(NONMAN, [test "x$NONMAN" = xyes])
23     +
24     XORG_MANPAGE_SECTIONS
25     XORG_RELEASE_VERSION
26