From f6bb4c9209f47bbb2c19a63a7d1894b3fa76fdf7 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