forked from openSUSE/obs-docu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDC-obs-admin-guide
More file actions
31 lines (25 loc) · 826 Bytes
/
DC-obs-admin-guide
File metadata and controls
31 lines (25 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## ----------------------------
## Doc Config File for Open Build Service
## Admin Guide
## ----------------------------
##
## Basics
MAIN="MAIN-obs.xml"
# See "book-obs-admin-guide.xml"
ROOTID="book.obs-admin"
## Profiling
PROFOS="opensuse;novell"
# setting a bogus profcondition means we are profiling with condition and
# that in turn removes things marked with condition=tbd
PROFCONDITION="bogus"
## stylesheet location
STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
FALLBACK_STYLEROOT="/usr/share/xml/docbook/stylesheet/suse"
## Use DocBook5 instead of GeekoDoc
DOCBOOK5_RNG_URI="http://docbook.org/xml/5.2/rng/docbookxi.rng"
## Disabled SUSE logo
XSLTPARAM="--param generate.logo=0"
## Disable share links
XSLTPARAM+=" --param generate.share.and.print=0"
## enable sourcing
export DOCCONF=$BASH_SOURCE