Project

General

Profile

Bug #5112 ยป osmo-gsm-manuals-order.patch

fixeria, 04/10/2021 02:20 AM

View differences:

.gitignore
9 9
*__*.svg
10 10
*.check
11 11
generated/
12
tests/test-usermanual.adoc
13 12

  
14 13
# git-version-gen
15 14
.tarball-version
tests/Makefile.am
4 4
	vty \
5 5
	test2-vty-reference.xml \
6 6
	vty-test2 \
7
	test-usermanual.adoc \
7 8
	$(NULL)
8 9

  
9 10
# Do not install any of the test pdfs
......
15 16
COMMON_CHAPTERS = $(shell find $(OSMO_GSM_MANUALS_DIR)/common/chapters -name '*.adoc' | grep -v glossary\.adoc) \
16 17
		  $(OSMO_GSM_MANUALS_DIR)/common/chapters/glossary.adoc
17 18
$(ASCIIDOC): $(COMMON_CHAPTERS)
18
	echo ":gfdl-enabled:" > $@
19
	echo ":program-name: Test" >> $@
20
	echo "" >> $@
21
	echo "Osmo GSM Manuals Shared Content Test" >> $@
22
	echo "====================================" >> $@
23
	echo "Oliver Smith <osmith@sysmocom.de>" >> $@
24
	echo "" >> $@
25
	for chapter in $(COMMON_CHAPTERS); do \
26
		echo "include::$${chapter}[]" >> $@; \
27
	done;
28
	cat $@
29
CLEAN_FILES = $(ASCIIDOC)
30 19

  
31 20
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
32 21

  
tests/test-usermanual.adoc
1
:gfdl-enabled:
2
:program-name: Test
3

  
4
Osmo GSM Manuals Shared Content Test
5
====================================
6
Oliver Smith <osmith@sysmocom.de>
7

  
8
include::../common/chapters/osmux/mgcp_extension_osmux.adoc[]
9
include::../common/chapters/osmux/osmux.adoc[]
10
include::../common/chapters/abis.adoc[]
11
include::../common/chapters/bibliography.adoc[]
12
include::../common/chapters/cell-broadcast.adoc[]
13
include::../common/chapters/control_if.adoc[]
14
include::../common/chapters/counters-overview.adoc[]
15
include::../common/chapters/cs7-config.adoc[]
16
include::../common/chapters/gb-pool.adoc[]
17
include::../common/chapters/gb-variants.adoc[]
18
include::../common/chapters/gb.adoc[]
19
include::../common/chapters/gfdl.adoc[]
20
include::../common/chapters/gsup.adoc[]
21
include::../common/chapters/logging.adoc[]
22
include::../common/chapters/mncc.adoc[]
23
include::../common/chapters/oap.adoc[]
24
include::../common/chapters/port_numbers.adoc[]
25
include::../common/chapters/preface.adoc[]
26
include::../common/chapters/rf.adoc[]
27
include::../common/chapters/sigtran-osmocom.adoc[]
28
include::../common/chapters/sigtran.adoc[]
29
include::../common/chapters/smpp.adoc[]
30
include::../common/chapters/spectrum.adoc[]
31
include::../common/chapters/trx_if.adoc[]
32
include::../common/chapters/vty.adoc[]
33
include::../common/chapters/vty_cpu_sched.adoc[]
34
include::../common/chapters/glossary.adoc[]
    (1-1/1)
    Add picture from clipboard (Maximum size: 48.8 MB)