aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-11-29INSTALL.txt: "make check" needs libxml2-utilsOliver Smith1-0/+4
Change-Id: I6fba644cff833c912f6d83651a1ee27c1c4884d2
2018-11-21publish from project repos, not this repo anymoreOliver Smith1-3/+16
Do not publish PDFs for all projects anymore with jenkins.sh --publish or "make publish". Extract known_hosts from jenkins.sh, and install it along with the other shared files in OSMO_GSM_MANUALS_DIR. Add a "publish" target to Makefile.common.inc, so we can use it from the project repositories. Document its usage in INSTALL.txt. No automatism for building and publishing the documentation of all projects will be implemented in this patch series, as discussed here: https://osmocom.org/issues/3385#note-7 (moving manuals to project repositories 19/19) Related: OS#3385 Change-Id: Ibe0424ceace151115985896b6d43035c69067c50
2018-11-21use autotools to add "make install" targetOliver Smith1-1/+4
For reasoning why a transition to autotools is desired, see the commit message of the previous patch in this series. "make install" copies the "build", "common" dirs, as well as the "*.xsl" files to $(prefix)/share/osmo-gsm-manuals. Prefix is typically /usr/local. Also a pkg-config file gets installed, so the path of the shared files can be looked up by autoconf scripts of the project repositories. The check-depends script is installed to $(prefix)/bin/osmo-gsm-manuals-check-depends and will be used by project specific autoconf scripts, too. All existing make targets ("make", "make check", "make upload") are still working, users only need to run "autoreconf -fi" and "./configure" beforehand. Makefile.am uses custom install-data-hook and uninstall-local targets, so we don't need to specify each file of the relevant subdirs in a _DATA variable (no extra maintenance effort). (moving manuals to project repositories 5/19) Related: OS#3385 Change-Id: I8e7036fae062ee783cb132b14608827a82c5e7c7
2018-07-02INSTALL.txt: mention xmllint vs. SSL quirk and workaroundNeels Hofmeyr1-0/+5
Related: OS#3072 Change-Id: I5e4389878ea3f23b826526de047f9e647c644888
2018-03-06INSTALL.txt: update VTY reference how-to to new osmo_interact_vty.pyNeels Hofmeyr1-16/+17
Change-Id: I5bf1fea83354049f4157ee9ac8b40f673597f908
2017-11-20install doc: add asciidoc-dblatex depNeels Hofmeyr1-0/+3
On debian 9, apparently asciidoc-dblatex needs to be installed manually in order to be able to generate PDFs. Add asciidoc-dblatex dep to INSTALL.txt. Change-Id: I24b606016e7f1c03bd73a3b0cf4fa3e5b89eb192
2017-09-19INSTALL.txt: add missing dep and vty ref howtoNeels Hofmeyr1-1/+23
Change-Id: I1068d665b91faf1faa1b295503fcdc33f4ac500a
2017-07-19osmux-reference: Add traffic saving plotPau Espin Pedrol1-1/+2
Change-Id: I8fa60c1f95436c39fd1ff9424a907876d367484e
2017-04-08add INSTALL.txt with a list of dependenciesNeels Hofmeyr1-0/+14
Change-Id: I0e472381270c4c4783394ef8969bc8cb6005dcfe