From patchwork Sun Nov 11 13:14:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 198261 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id A5A2A2C0092 for ; Mon, 12 Nov 2012 00:15:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1B111265A6; Sun, 11 Nov 2012 13:15:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vtz7CECU16D8; Sun, 11 Nov 2012 13:15:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DF99F26856; Sun, 11 Nov 2012 13:15:33 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 539328F753 for ; Sun, 11 Nov 2012 13:15:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 27C818C2D7 for ; Sun, 11 Nov 2012 13:15:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id No0hiFrbPocR for ; Sun, 11 Nov 2012 13:15:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 27DDD8C2A6 for ; Sun, 11 Nov 2012 13:15:23 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hq4so1316473wib.10 for ; Sun, 11 Nov 2012 05:15:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=L+38IXYMMv2KNbtElVqqiyaKDKH2MSFctcaiQ6CLotU=; b=BIapF/SpYJ6HXR23yMR1Ho5VmreDxmrVMBTcrk+q9FZE/hHC7MwHHsQ2niU6EHrzZw urU9QjfU0TLOXA8dS4a6S1YmIqVdcTnKMztBUmWvZYKbkfWxC9jM6YpWgaMNa0vm7WUb qW99N0Ee+mYRDFlsDT/ReMfz0Sc5FO7RQyV1OtVZ+TiBL3zT1FiBDx61LYDzkvvM5MnN RdHN4t/ljcAXRa9jV68zMWpER97xwtqCDwBgY7wlBnzCn6PMmSMe39FrtAVmF+UrT5eE k8BHE6SXY3j7K1IbR5u2yJNqVWo/nk6ZkmPwhUQS/ea+/JKZ7XXU/nZ/y61GBBE9dIwA smow== Received: by 10.180.92.71 with SMTP id ck7mr10750964wib.20.1352639722499; Sun, 11 Nov 2012 05:15:22 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id hv4sm10262550wib.0.2012.11.11.05.15.21 (version=SSLv3 cipher=OTHER); Sun, 11 Nov 2012 05:15:21 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 11 Nov 2012 14:14:40 +0100 Message-Id: <1352639701-27829-3-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1352639701-27829-1-git-send-email-s.martin49@gmail.com> References: <1352639701-27829-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 02/23] manual: make clean target consistent with others in buildroot X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Samuel Martin diff --git a/docs/manual/manual.mk b/docs/manual/manual.mk index 1eaf73a..83d2fcb 100644 --- a/docs/manual/manual.mk +++ b/docs/manual/manual.mk @@ -38,10 +38,10 @@ $(call GENDOC_INNER,$(1),chunked,split-html,chunked,Split HTML) $(call GENDOC_INNER,$(1),pdf,pdf,pdf,PDF,--dblatex-opts "-P latex.output.revhistory=0") $(call GENDOC_INNER,$(1),text,txt,text,Text) $(call GENDOC_INNER,$(1),epub,epub,epub,EPUB) -clean: clean-$(1) -clean-$(1): +clean clean-$(1): $(1)-clean +$(1)-clean: $(Q)$(RM) -rf $(O)/docs/$(1) -.PHONY: $(1) clean-$(1) +.PHONY: $(1) $(1)-clean endef MANUAL_SOURCES = $(wildcard docs/manual/*.txt) $(wildcard docs/images/*)