From 25584e215e8861ffe5cd6afc01995987f0629190 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 5 Apr 2024 12:03:53 +0200 Subject: [PATCH] fix: Remove duplicate imports from Makefile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9dc005f79..62194278d 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,7 @@ makefiles = \ misc/zsh/local.mk \ misc/systemd/local.mk \ misc/launchd/local.mk \ - misc/upstart/local.mk \ - doc/manual/local.mk \ - doc/internal-api/local.mk \ - doc/external-api/local.mk + misc/upstart/local.mk endif ifeq ($(ENABLE_UNIT_TESTS), yes)