From b58bd25d0dc7de4c9b04f522d9f2d3c18178b94c Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Fri, 16 Mar 2007 00:18:39 +0000 Subject: [PATCH] Reduced number of files with the version number by one. --- config/configure.ac | 1 + src/{doxygen.hpp => doxygen.hpp.in} | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) rename src/{doxygen.hpp => doxygen.hpp.in} (94%) diff --git a/config/configure.ac b/config/configure.ac index 2b566d10..07c67ad6 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -121,4 +121,5 @@ AC_SUBST(EXV_LIB_STATIC) AC_CONFIG_FILES([./config/config.mk]) AC_CONFIG_FILES([./config/exiv2.pc]) AC_CONFIG_FILES([./po/Makefile.in]) +AC_CONFIG_FILES([./src/doxygen.hpp]) AC_OUTPUT diff --git a/src/doxygen.hpp b/src/doxygen.hpp.in similarity index 94% rename from src/doxygen.hpp rename to src/doxygen.hpp.in index 8f6bb4ee..bacadeb1 100644 --- a/src/doxygen.hpp +++ b/src/doxygen.hpp.in @@ -8,7 +8,7 @@ @date 07-Feb-04, ahu: created */ /*! - @mainpage Exif and IPTC metadata library and tools v0.14 + @mainpage Exif and IPTC metadata library and tools v@PACKAGE_VERSION@ @section overview Exiv2 Overview @@ -82,12 +82,12 @@ bug tracking system.

@verbatim $ svn checkout svn://dev.robotbattle.com/exiv2/trunk . @endverbatim -

To download the test data and test drivers for version 0.14 from - the repository, change to your local exiv2-0.14 directory and use the +

To download the test data and test drivers for version @PACKAGE_VERSION@ from + the repository, change to your local exiv2-@PACKAGE_VERSION@ directory and use the following command:

- @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.14/test @endverbatim + @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/@PACKAGE_VERSION@/test @endverbatim

If you'd like to contribute code, please contact me.