qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Add a comment to autogenerated .texi files noting t


From: Andrzej Zaborowski
Subject: [Qemu-devel] [PATCH] Add a comment to autogenerated .texi files noting that fact.
Date: Sun, 8 Jan 2012 16:12:36 +0100

Signed-off-by: Andrzej Zaborowski <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]