From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvUD1-0005fi-5a for qemu-devel@nongnu.org; Sun, 19 Apr 2009 06:25:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvUCz-0005er-Ik for qemu-devel@nongnu.org; Sun, 19 Apr 2009 06:25:09 -0400 Received: from [199.232.76.173] (port=45320 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvUCz-0005ek-AL for qemu-devel@nongnu.org; Sun, 19 Apr 2009 06:25:09 -0400 Received: from savannah.gnu.org ([199.232.41.3]:46065 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LvUCz-0004oH-2y for qemu-devel@nongnu.org; Sun, 19 Apr 2009 06:25:09 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1LvUCx-0004kH-Hv for qemu-devel@nongnu.org; Sun, 19 Apr 2009 10:25:07 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1LvUCw-0004jb-IO for qemu-devel@nongnu.org; Sun, 19 Apr 2009 10:25:07 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sun, 19 Apr 2009 10:25:06 +0000 Subject: [Qemu-devel] [7190] Build system: Fix dependency of qemu.1 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 7190 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7190 Author: blueswir1 Date: 2009-04-19 10:25:05 +0000 (Sun, 19 Apr 2009) Log Message: ----------- Build system: Fix dependency of qemu.1 Signed-off-by: Jan Kiszka Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2009-04-19 10:18:01 UTC (rev 7189) +++ trunk/Makefile 2009-04-19 10:25:05 UTC (rev 7190) @@ -310,7 +310,7 @@ qemu-options.texi: $(SRC_PATH)/qemu-options.hx $(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@") -qemu.1: qemu-doc.texi +qemu.1: qemu-doc.texi qemu-options.texi $(call quiet-command, \ perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \ pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \