From 8be01aac1e2ad2549ee76b51fa9ca74b5d3d5ec8 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 3 Nov 2016 13:14:49 +0100 Subject: 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 --- doc/manuals/Makefile | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3