forked from pool/xorg-x11-server
Stefan Dirsch
17d53cce55
- adjusted xorg-docs.diff OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=302
34 lines
734 B
Diff
34 lines
734 B
Diff
Index: Makefile.am
|
|
================================================================================
|
|
--- Makefile.am
|
|
+++ Makefile.am
|
|
@@ -20,11 +20,9 @@
|
|
#
|
|
# Process this file with autoconf to create configure.
|
|
|
|
-SUBDIRS = man sgml
|
|
+SUBDIRS = man
|
|
x11docdir = @X11DOCDIR@
|
|
|
|
-dist_x11doc_DATA = MAINTAINERS
|
|
-
|
|
EXTRA_DIST = \
|
|
MAINTAINERS \
|
|
misc/xlogo.epsi \
|
|
--- man/general/Makefile.am.orig 2009-10-25 22:46:33.000000000 +0100
|
|
+++ man/general/Makefile.am 2010-11-12 13:00:16.000000000 +0100
|
|
@@ -23,12 +23,8 @@
|
|
miscmandir = $(MISC_MAN_DIR)
|
|
|
|
miscman_PRE = \
|
|
- Consortium.man \
|
|
Xsecurity.man \
|
|
- Standards.man \
|
|
- X.man \
|
|
- XOrgFoundation.man \
|
|
- XProjectTeam.man
|
|
+ X.man
|
|
|
|
miscman_DATA = $(miscman_PRE:man=@MISC_MAN_SUFFIX@)
|
|
|