Official Osmocom User Manuals (shared / common parts and build scripts)
Go to file
Vadim Yanitskiy 2e039c9c12 vty_reference_combine.sh: print the final result to stdout
This is a follow-up change for [1], making this script more
flexible.  It's now a task of the caller to store the merge
results to a file.  This approach allows to merge several
*.xml files and store all the results in a single directory.

Unfortunately, it's impossible to pass the same file as both
input and output to xsltproc, because it would immediately
overwrite its input.  To work this around, create two
temporary files and remove them at the end of the script.

[1] Iabe729af22c235cf9c4b252acda99b43ebcae20c

Change-Id: I6aac73d998c5937894233631e654a160d5623198
Related: SYS#4937
2020-11-02 17:56:52 +00:00
build vty_reference_combine.sh: print the final result to stdout 2020-11-02 17:56:52 +00:00
common chapters/vty: add in-place comments to the attribute examples 2020-10-30 06:07:06 +07:00
contrib Makefile.asciidoc.inc: warnings check not default 2019-08-05 17:50:35 +00:00
debian Bump version: 0.2.0.18-258b → 0.3.0 2020-01-03 13:00:12 +01:00
tests tests: add second VTY reference 2019-12-03 11:45:03 +01:00
.gitignore gitignore: add "make distcheck" generated files 2018-11-21 14:37:49 +01:00
.gitreview add .gitreview 2016-10-18 12:44:12 +00:00
INSTALL.txt Drop python2 and pychart dependencies 2019-12-05 16:40:13 +01:00
Makefile.am Makefile.am: include osmo-release.mk 2019-05-29 10:07:08 +02:00
check-depends.sh debian/check-depends.sh: add inkscape to depends 2019-12-09 08:38:35 +01:00
configure.ac Makefile.asciidoc.inc: warnings check not default 2019-08-05 17:50:35 +00:00
git-version-gen prepare for autotools: add git-version-gen 2018-11-20 17:13:25 +01:00
merge_doc.xsl merge_doc.xsl: move from libosmocore.git 2018-11-12 12:18:41 +01:00
osmo-gsm-manuals.pc.in use autotools to add "make install" target 2018-11-21 14:29:05 +01:00
vty_reference.xsl vty_reference.xsl: also handle 'global' and 'library' attributes 2020-10-07 15:09:00 +07:00