Commit Graph

9 Commits

Author SHA1 Message Date
Neels Hofmeyr b156e76469 add 'make check' target
Generate *.check files from asciidoc output and grep for WARNINGs.
Add *.check files to gitignore and to 'make clean'.

Change-Id: Ibccc83a3415930a528f2e8e4e4dda3b81c6d0b64
2016-10-18 17:11:21 +02:00
Alexander Couzens e37ba377b3 build/Makefile: set LIBOSMO_DIR UPLOAD_PATH only if not exists
Allows the user to set by env or argument

Change-Id: Ibc2c9ff6e61fd8cb59b908a9586ad5841d698924
2016-10-18 13:34:08 +00:00
Neels Hofmeyr e2ba56ccce portability: use py script instead of 'date -d @1234'
On FreeBSD, the 'date' command's -d option has a completely different meaning.
Instead, use a small python script to do the date format conversion, which
should be more portable.

As a side effect, we now also use UTC instead of the build server's timezone,
which may be considered a more international choice.

Add build/unix-time-to-fmt.py, call in build/Makefile.asciidoc.inc.

Change-Id: I91a40656184f553ee375216d8ba5c7788fe9990d
2016-10-18 14:27:53 +02:00
Harald Welte 08e0f64081 Makefile.inc: Fix "make upload" for asciidoc PDFs 2016-05-22 20:26:22 +02:00
Holger Hans Peter Freyther 6e608fe242 diag-filter: Do not use the same output block as mscgen
By using the same name for the config it overwrite the one used
by the mscgen plugin. Let's avoid this and switch from svg to png
as well as the docbook classification doesn't seem to work.
2016-03-02 21:17:23 +01:00
Holger Hans Peter Freyther ba503c7b98 mscgen: Try to force png for now
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-03-02 20:52:57 +01:00
Harald Welte 03febbaa2e Ensure it's called "HISTORY" not "REVISION HISTORY"
The GFDL specifically names a "History" section, so let's make sure we
stay within that language.
2016-02-20 18:28:46 +01:00
Harald Welte 5fcea8028d Ensure the git version + commit date ends up in PDF
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-20 18:28:37 +01:00
Harald Welte 37ba7a9825 initial checkin of manuals to public repo
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.
2016-02-20 15:01:50 +01:00