gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9812: warn ppl about changing doc/C


From: Russell Nelson
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9812: warn ppl about changing doc/C without --enable-docbook
Date: Mon, 22 Sep 2008 11:30:00 -0400
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9812
committer: Russell Nelson <address@hidden>
branch nick: trunk
timestamp: Mon 2008-09-22 11:30:00 -0400
message:
  warn ppl about changing doc/C without --enable-docbook
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2008-09-22 14:05:46 +0000
+++ b/configure.ac      2008-09-22 15:30:00 +0000
@@ -2763,6 +2763,10 @@
   else
     echo "        You have version $db2x_version of the DocBook2X tools."
   fi
+else
+  echo "        WARNING: without --enable-docbook we will use the cached" >&4
+  echo "                 documentation files included in the gnash 
distribution." >&4
+  echo "                 If you change files in doc/C, you should 
--enable-docbook." >&4
 fi
 
 if test x"$CURL_LIBS" != x; then


reply via email to

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