From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk4hf-00041g-5c for qemu-devel@nongnu.org; Sun, 08 Jan 2012 21:11:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rk4he-0005oj-5i for qemu-devel@nongnu.org; Sun, 08 Jan 2012 21:11:15 -0500 From: Andrzej Zaborowski Date: Sun, 8 Jan 2012 16:12:36 +0100 Message-Id: <1326035556-15659-1-git-send-email-balrogg@gmail.com> Subject: [Qemu-devel] [PATCH] Add a comment to autogenerated .texi files noting that fact. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Signed-off-by: Andrzej Zaborowski --- scripts/hxtool | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/hxtool b/scripts/hxtool index 995bb7f..a985f5c 100644 --- a/scripts/hxtool +++ b/scripts/hxtool @@ -20,6 +20,8 @@ hxtotexi() { flag=0 line=1 + echo "@c This file is autogenerated from a .hx file by $0, \ +changes will be lost." while read -r str; do case "$str" in HXCOMM*) -- 1.7.4.4