aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-11-03 13:14:49 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:54:20 +0100
commit8be01aac1e2ad2549ee76b51fa9ca74b5d3d5ec8 (patch)
treed0227dc91e903a4503d2eba16b4da0dfef4b2452
parentc1ac0d8b6ab407d985fc2c4b16ca5866314932bc (diff)
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: 05f5adbe837f2cbfb9301cdb8c9b454ca0bfc825 "OsmoBTS: add vty reference documentation" Half-fix: 707827196f0734eefa74ce0c35c2ab2fe754cc4c "OsmoBTS: generate osmobts-abis.pdf again" Change-Id: Id2ee8177cfb8eb58409d164bdd994ef5e86ad82b
-rw-r--r--doc/manuals/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
index 1e70eac8..eadb940e 100644
--- a/doc/manuals/Makefile
+++ b/doc/manuals/Makefile
@@ -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: