[gtk-doc] mktmpl: get more serious on the deprecation



commit c5214eb2cb82f2ec1c204f91c10d1a8819b9ea93
Author: Stefan Sauer <ensonic users sf net>
Date:   Fri Apr 24 20:51:24 2015 +0200

    mktmpl: get more serious on the deprecation

 gtkdoc-mktmpl.in            |    8 ++++++++
 help/manual/C/index.docbook |    4 +++-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/gtkdoc-mktmpl.in b/gtkdoc-mktmpl.in
index 72ada86..c64dfd3 100755
--- a/gtkdoc-mktmpl.in
+++ b/gtkdoc-mktmpl.in
@@ -98,6 +98,14 @@ EOF
     exit 0;
 }
 
+print <<EOF;
+###############################################################################
+gtkdoc-mktmpl is deprecated and will be removed from one of the next gtk-doc 
+release.
+Please refer to the documentation "Modernizing the documentation"/"GTK-Doc 1.9".
+###############################################################################
+EOF
+
 my $ROOT_DIR = ".";
 
 # The directory containing the template files.
diff --git a/help/manual/C/index.docbook b/help/manual/C/index.docbook
index 7c4a01a..d8ba14d 100644
--- a/help/manual/C/index.docbook
+++ b/help/manual/C/index.docbook
@@ -1722,7 +1722,9 @@ gtk_arrow_get_type
         the sources instead of the separate files under <filename class='directory'>tmpl</filename>.
         This version adds options to switch the whole doc module to not use the
         extra tmpl build step at all, by using <option>--flavour no-tmpl</option>
-        in <filename>configure.ac</filename>.
+        in <filename>configure.ac</filename>. If you don't have a <filename class='directory'>tmpl</filename>
+        checked into you source control system and haven't yet switched, just
+        add the flag to <filename>configure.ac</filename> and you are done.
       </para>
     </sect1>
     


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