From patchwork Sun Jan 8 15:12:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add a comment to autogenerated .texi files noting that fact. Date: Sun, 08 Jan 2012 05:12:36 -0000 From: andrzej zaborowski X-Patchwork-Id: 134957 Message-Id: <1326035556-15659-1-git-send-email-balrogg@gmail.com> 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*)