fix build: abis: re-add dependencies

Below commit accidentally removed osmobts-abis.pdf from the Makefile entirely.
The pdf was re-added, but the dependencies are still missing, so that
osmobts-abis.pdf is not rebuilt when abis/* is newer. Fix that.

Culprit: 05f5adbe83
"OsmoBTS: add vty reference documentation"

Half-fix: 707827196f
"OsmoBTS: generate osmobts-abis.pdf again"

Change-Id: Id2ee8177cfb8eb58409d164bdd994ef5e86ad82b
This commit is contained in:
Neels Hofmeyr 2016-11-03 13:14:49 +01:00
parent 027dcc3e55
commit c067b44353
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ ASCIIDOCS := osmobts-usermanual osmobts-abis
include $(TOPDIR)/build/Makefile.asciidoc.inc
include $(TOPDIR)/build/Makefile.inc
osmobts-abis.pdf: abis/*.adoc abis/*.msc
osmobts-usermanual.pdf: chapters/*.adoc
clean: