From b2e1832ce927269e9c22024874a273bce772c8bd Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 22 Jun 2017 19:45:24 +0200 Subject: [PATCH] fix typo --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9eaf86b3..84d292cd 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ endif MAKE_TARGETS="all" ifneq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) - MAKE_TARGETS += docs + MAKE_TARGETS += doc endif DPKG_EXPORT_BUILDFLAGS = 1