Change in osmo-e1-hardware[master]: doc/manuals/Makefile: fix typo in 'srcdir'

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Jan 13 14:10:26 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/22127 )

Change subject: doc/manuals/Makefile: fix typo in 'srcdir'
......................................................................

doc/manuals/Makefile: fix typo in 'srcdir'

Prevent the following error (generating manuals seemed to work fine
regardless):
	realpath: missing operand
	Try 'realpath --help' for more information.
	make: Nothing to be done for 'all'.

Change-Id: I72a62b86cba0dfd710f7e1c4c01a3c10710128d8
---
M doc/manuals/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  tnt: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved



diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
index d9a613d..2f87b57 100644
--- a/doc/manuals/Makefile
+++ b/doc/manuals/Makefile
@@ -1,6 +1,6 @@
 OSMO_GSM_MANUALS_DIR:=$(shell ./osmo-gsm-manuals-dir.sh)
 
-sdcdir = .
+srcdir = .
 
 ASCIIDOC = icE1usb-usermanual.adoc
 include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-e1-hardware/+/22127
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: I72a62b86cba0dfd710f7e1c4c01a3c10710128d8
Gerrit-Change-Number: 22127
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: tnt <tnt at 246tNt.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210113/d5779666/attachment.htm>


More information about the gerrit-log mailing list