Change in osmo-gsm-tester[master]: Makefile: Add manual target to build user manual

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu May 7 11:54:59 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18098 )


Change subject: Makefile: Add manual target to build user manual
......................................................................

Makefile: Add manual target to build user manual

Change-Id: I61ff89db5666248de47cb9752a2aecdd6fd06f02
---
M Makefile
1 file changed, 5 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/98/18098/1

diff --git a/Makefile b/Makefile
index eb2f8d8..ee6300e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: deps version check
+all: deps version check manual
 
 .PHONY: version check
 
@@ -8,8 +8,11 @@
 version:
 	./update_version.sh
 
+manual:
+	$(MAKE) -C doc/manuals
+
 check:
-	$(MAKE) -C selftest check	
+	$(MAKE) -C selftest check
 	@echo "make check: success"
 
 # vim: noexpandtab tabstop=8 shiftwidth=8

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18098
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: I61ff89db5666248de47cb9752a2aecdd6fd06f02
Gerrit-Change-Number: 18098
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200507/d63170ed/attachment.htm>


More information about the gerrit-log mailing list