Stefan Dirsch
7e6a980b1f
Copy from home:oertel:branches:openSUSE:Factory/xorg-x11-server via accept of submit request 35298 revision 8. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/35298 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=229
35 lines
680 B
Diff
35 lines
680 B
Diff
Index: Makefile.am
|
|
================================================================================
|
|
--- Makefile.am
|
|
+++ Makefile.am
|
|
@@ -20,11 +20,9 @@
|
|
#
|
|
# Process this file with autoconf to create configure.
|
|
|
|
-SUBDIRS = hardcopy man sgml
|
|
+SUBDIRS = man
|
|
x11docdir = @X11DOCDIR@
|
|
|
|
-dist_x11doc_DATA = MAINTAINERS
|
|
-
|
|
EXTRA_DIST = \
|
|
MAINTAINERS \
|
|
misc/xlogo.epsi \
|
|
--- man/general/Makefile.am
|
|
+++ man/general/Makefile.am
|
|
@@ -23,13 +23,8 @@
|
|
miscmandir = $(MISC_MAN_DIR)
|
|
|
|
miscman_PRE = \
|
|
- Consortium.man \
|
|
security.man \
|
|
- Standards.man \
|
|
- X.man \
|
|
- XOrgFoundation.man \
|
|
- Xprint.man \
|
|
- XProjectTeam.man
|
|
+ X.man
|
|
|
|
miscman_DATA = $(miscman_PRE:man=@MISC_MAN_SUFFIX@)
|
|
|