[libvtemm] Fix a typo in .pc.in files.



commit b14fce4512df990f7455421c3852ca0a9e065401
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Tue Oct 6 21:10:20 2009 +0200

    Fix a typo in .pc.in files.
    
    * libvte/libvtemm-uninstalled.pc.in:
    * libvte/libvtemm.pc.in: doxytagfile should mention docs/
    directory, not doc/. Found by Daniel Elstner in revenge for my
    finding a bug in .pc.in files in his project. :P

 libvte/libvtemm-uninstalled.pc.in |    2 +-
 libvte/libvtemm.pc.in             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libvte/libvtemm-uninstalled.pc.in b/libvte/libvtemm-uninstalled.pc.in
index 7a3e37a..826b952 100644
--- a/libvte/libvtemm-uninstalled.pc.in
+++ b/libvte/libvtemm-uninstalled.pc.in
@@ -1,4 +1,4 @@
-doxytagfile=${pc_top_builddir}/doc/reference/@LIBVTEMM_MODULE_NAME  tag
+doxytagfile=${pc_top_builddir}/docs/reference/@LIBVTEMM_MODULE_NAME  tag
 htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
 
 Name: libvtemm
diff --git a/libvte/libvtemm.pc.in b/libvte/libvtemm.pc.in
index 12cecf7..efb668c 100644
--- a/libvte/libvtemm.pc.in
+++ b/libvte/libvtemm.pc.in
@@ -5,7 +5,7 @@ datarootdir= datarootdir@
 datadir= datadir@
 includedir= includedir@
 
-docdir=${datarootdir}/doc/@LIBVTEMM_MODULE_NAME@
+docdir=${datarootdir}/docs/@LIBVTEMM_MODULE_NAME@
 doxytagfile=${docdir}/reference/@LIBVTEMM_MODULE_NAME  tag
 htmlrefdir=${docdir}/reference/html
 htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/



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