aboutsummaryrefslogtreecommitdiffstats
path: root/build/mscgen-filter.conf
AgeCommit message (Collapse)AuthorFilesLines
2023-03-17build/{diag,mscgen}-filter.conf: png -> svgOliver Smith1-2/+2
Generate svgs instead of pngs. Vector graphics have smaller file size and don't look blurry when zooming into them. Related: SYS#6380 Change-Id: I24f345a19adbc5abe41737233f89916996569ea8
2018-11-21*filter.conf/*.sty: use symlinks to build, commonOliver Smith1-1/+2
$(OSMO_GSM_MANUALS_DIR) is used in most places to reference to the top dir, which contains "build" and "common". But not in the asciidoc mscgen filter configurations, and in the custom LaTeX style. They have ../common or ../build hardcoded, which won't work anymore when the project specific files will be in another repository. Update the Makefiles to create symlinks to "build" and "common" in the dir where the build was started. Use ./common in the files that had ../common hardcoded, and do the same for ./build. Update the Makefile.common.inc comment to refer to common targets in general, so we don't need to list each single one there (like the new 'common' and 'build' targets). I've also thought about using variables there, but this would only work for the asciidoc files, not for the .sty file. We would need to generate the latter from another file and replace the variable dynamically. Having the symlinks instead seemed to be slightly easier. (moving manuals to project repositories 7/19) Related: OS#3385 Change-Id: I4cfd1a9ef482d382f10cdf060e8e2cba81852864
2016-03-02mscgen: Try to force png for nowHolger Hans Peter Freyther1-2/+2
The CI does not generate(?) or include the svg files in the PDF. It is not clear why that is done if something is missing from mscgen or from asciidoc or something else is wrong. Let's try once with the PNG output.
2016-02-20initial checkin of manuals to public repoHarald Welte1-0/+22
The manuals existed in different form for several years in an internal sysmocom repository. However, since they had just recently been converted from docboox-xml to asciidoc and all files have been re-shuffled for enabling the public release, there's not much point in keeping the history with git-filter-branch.