aboutsummaryrefslogtreecommitdiffstats
path: root/build/custom-dblatex.sty
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21*filter.conf/*.sty: use symlinks to build, commonOliver Smith1-2/+3
$(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
2017-07-19all manuals: Move date and release from center head to right footPau Espin Pedrol1-1/+2
Otherwise long doc titles (top left) run on top of release and date making it impossible to read any of them correctly. Change-Id: I685a981a5cfd82214d1d654aa1553a844c2af157
2017-06-12all: show 'DRAFT' watermark on the first pageNeels Hofmeyr1-0/+4
Unconditionally show a 'DRAFT' watermark only on the first page of each document. I would have liked to make this conditional based on the BUILD_RELEASE=* variable, but could not figure out how to switch off a .sty code segment based on command line parameters. Since we only seem to render all manuals in DRAFT mode all the time, it seems reasonable to include the DRAFT watermark always, requiring manual .sty editing if anyone wanted to build a non-DRAFT version. In the makefile, add an echo to say so in case of non-draft builds. Change-Id: Ia71795481c2467aab11ab344517df74775b2a852
2017-05-15all manuals: number paragraphs up to level 5 depthNeels Hofmeyr1-0/+3
Change-Id: Ic03ff99df4d655ce0b2dbc5a042a3a62f07cfef7
2016-02-20Ensure it's called "HISTORY" not "REVISION HISTORY"Harald Welte1-0/+3
The GFDL specifically names a "History" section, so let's make sure we stay within that language.
2016-02-20Ensure the git version + commit date ends up in PDFHarald Welte1-0/+2
This is a bit awkward, as the 'revnumber' asciidoc variable so far doesn't seem to end up in the docbook-xml. We now put it into 'releaseinfo' which gets then put into \DBKreleeaseinfo by dblatex. makefile watermark fixup
2016-02-20initial checkin of manuals to public repoHarald Welte1-0/+77
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.