From 44c96cef7afda2b1a01e0feb3446ca5e86640e80 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 14 Oct 2016 07:27:16 +0200 Subject: [PATCH] do not add system-timesync-plain.html to WIKI_IMPORTS This is already inside SYSADMIN_PARTS, so there is no need to add that twice. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 3017b2a..db7c949 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,6 @@ WIKI_IMPORTS= \ pve-usbstick-plain.html \ getting-help-plain.html \ pve-system-requirements-plain.html \ - system-timesync-plain.html \ $(addsuffix -plain.html, ${SYSADMIN_PARTS}) \ $(addsuffix -plain.html, ${CHAPTER_LIST}) \ $(addsuffix .5-plain.html, ${CONFIG_LIST}) \