[libgda/LIBGDA_5.2] Removed builddate from documentation



commit a0f9b4d98b5d9bc2e1466c8ba8d92382da20f379
Author: Daniel Espinosa <esodan gmail com>
Date:   Fri Oct 26 13:10:51 2018 -0500

    Removed builddate from documentation

 configure.ac               | 6 ------
 doc/C/Makefile.am          | 4 ++--
 doc/C/libgda-5.0-docs.sgml | 2 --
 tools/gda-sql.1.in         | 2 +-
 4 files changed, 3 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3a3d57e44..05ba496b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,9 +72,6 @@ AC_CHECK_FUNCS(localtime_r localtime_s)
 AC_CHECK_HEADER(sys/mman.h,
     AC_CHECK_FUNC(mlock, [AC_DEFINE(USE_MLOCK, 1, [Use POSIX memory locking])]))
 
-GDA_BUILDDATE=`date -u -r ChangeLog '+%F'`
-AC_SUBST(GDA_BUILDDATE, $GDA_BUILDDATE)
-
 dnl **********************
 dnl Cross compilation test
 dnl **********************
@@ -989,7 +986,6 @@ doc/Makefile
 doc/C/Makefile
 doc/C/libgda.types
 doc/C/version.xml
-doc/C/builddate.xml
 data/Makefile
 stamp.h
 ])
@@ -1000,8 +996,6 @@ dnl Dirty work to be able to build documentation
 chmod -R u+w ${srcdir}/doc/C
 cp doc/C/version.xml ${srcdir}/doc/C/version.xml.tmp
 mv ${srcdir}/doc/C/version.xml.tmp ${srcdir}/doc/C/version.xml
-cp doc/C/builddate.xml ${srcdir}/doc/C/builddate.xml.tmp
-mv ${srcdir}/doc/C/builddate.xml.tmp ${srcdir}/doc/C/builddate.xml
 
 cp ${srcdir}/doc/C/libgda-sections.txt doc/C/libgda-5.0-sections.txt
 echo "" >> doc/C/libgda-5.0-sections.txt
diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am
index 0158edc0f..1b5d52c8d 100644
--- a/doc/C/Makefile.am
+++ b/doc/C/Makefile.am
@@ -54,7 +54,7 @@ endif
 MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=gda --ignore-files="parser.c delimiter.c 
binreloc.c libcsv.c md5c.c providers tools control-center tests tmp samples plugins"
 
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
-content_files = fdl-appendix.sgml version.xml builddate.xml
+content_files = fdl-appendix.sgml version.xml
 
 # Images to copy into HTML directory
 HTML_IMAGES = DataModels.png \
@@ -85,7 +85,7 @@ EXTRA_DIST += examples/full_example.c installation.xml limitations.xml migration
        DataModels.svg \
        architecture.svg parts.svg stmt-unknown.svg stmt-select.svg stmt-insert1.svg stmt-insert2.svg \
        stmt-update.svg stmt-compound.svg information_schema.svg howto-exec.svg thread-wrapper.svg \
-       version.xml.in builddate.xml.in \
+       version.xml.in \
        visual_index.xml prov-notes.xml \
        libgda-sections.txt libgda-ui-sections.txt libgda.types libgda.types.in libgda-ui.types \
        examples/blobtest.c \
diff --git a/doc/C/libgda-5.0-docs.sgml b/doc/C/libgda-5.0-docs.sgml
index 2ea74fdf8..4408b0fe7 100644
--- a/doc/C/libgda-5.0-docs.sgml
+++ b/doc/C/libgda-5.0-docs.sgml
@@ -3,7 +3,6 @@
      "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
 <!ENTITY copy           "The GNOME Foundation">
 <!ENTITY version SYSTEM "version.xml">
-<!ENTITY builddate SYSTEM "builddate.xml">
 <!ENTITY LIBGDA          "<application>Libgda</application>">
 <!ENTITY igalia          '<emphasis><ulink url="http://www.igalia.com";>Igalia, S.L.</ulink></emphasis>'>
 <!ENTITY xobas           '<emphasis><ulink url="http://www.xobas.com";>Xobas Software</ulink></emphasis>'>
@@ -98,7 +97,6 @@
         </contrib>
       </author>
     </authorgroup>
-    <date>&builddate;</date>
     <copyright>
       <year>1999 - 2011</year>
       <holder>&copy;</holder>
diff --git a/tools/gda-sql.1.in b/tools/gda-sql.1.in
index 2b19a57d9..902e7470f 100644
--- a/tools/gda-sql.1.in
+++ b/tools/gda-sql.1.in
@@ -1,4 +1,4 @@
-.TH gda-sql 1 "@GDA_BUILDDATE@" "Version @PACKAGE_VERSION@" "LIBGDA Manual Pages"
+.TH gda-sql 1 "" "Version @PACKAGE_VERSION@" "LIBGDA Manual Pages"
 
 .SH NAME
 gda-sql - an SQL console based on Libgda


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