[roboptim-commit] [SCM] build-aux branch, master, updated. 14aa3be6d78cc04a7f009f2799edbdb1b8b76e05
Status: Beta
Brought to you by:
flamiraux
From: Thomas M. <tho...@us...> - 2010-01-13 09:55:20
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "build-aux". The branch, master has been updated via 14aa3be6d78cc04a7f009f2799edbdb1b8b76e05 (commit) from fc8dffa45c182ab7198d0905c83a4bc3866ea6a4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 14aa3be6d78cc04a7f009f2799edbdb1b8b76e05 Author: Thomas Moulard <tho...@gm...> Date: Wed Jan 13 10:55:07 2010 +0100 Fix doxygendocdir value in pkg-config file. * pkg-config.pc.in: Here. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 7561a58..01b5a40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-13 Thomas Moulard <tho...@gm...> + + Fix doxygendocdir value in pkg-config file. + * pkg-config.pc.in: Here. + 2010-01-11 Thomas Moulard <tho...@gm...> Add asciidoc related m4/mk files. diff --git a/pkg-config.pc.in b/pkg-config.pc.in index e986d2c..b5a0ae2 100644 --- a/pkg-config.pc.in +++ b/pkg-config.pc.in @@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ datarootdir=@datarootdir@ -docdir=@datarootdir@/doc/@PACKAGE_TARNAME@ -doxygendocdir=@datarootdir@/doc/@PACKAGE_TARNAME@/doxygen-html +docdir=@docdir@ +doxygendocdir=@htmldir@/doxygen-html Name: @PACKAGE@ Description: @PKGCONFIG_DESCRIPTION@ ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ pkg-config.pc.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) hooks/post-receive -- build-aux |