[yelp-tools] Clean up configure.ac and .gitignore
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-tools] Clean up configure.ac and .gitignore
- Date: Sun, 15 May 2011 18:29:23 +0000 (UTC)
commit abfef2172ccf93f17c391dccedb81941d43b3044
Author: Shaun McCance <shaunm gnome org>
Date: Sun May 15 13:47:18 2011 -0400
Clean up configure.ac and .gitignore
.gitignore | 29 +++++++++++++++--------------
configure.ac | 5 +++--
2 files changed, 18 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f19c2c..c2c0393 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,22 @@
*~
-.xml2po.mo
INSTALL
Makefile
Makefile.in
-aclocal.m4
-autom4te.cache
-config.guess
-config.log
-config.status
-config.sub
-configure
-install-sh
-intltool-extract.in
-intltool-merge.in
-intltool-update.in
-missing
-py-compile
+
+/aclocal.m4
+/autom4te.cache
+/ChangeLog
+/config.guess
+/config.log
+/config.status
+/config.sub
+/configure
+/install-sh
+/intltool-extract.in
+/intltool-merge.in
+/intltool-update.in
+/missing
+
/tools/yelp-build
/tools/yelp-check
/tools/yelp-new
diff --git a/configure.ac b/configure.ac
index 81075d0..5bca26a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,6 @@ AC_SUBST(GDU_AWK)
AC_PROG_LN_S
-AM_PATH_PYTHON([2.4])
-
AC_CHECK_PROG(XMLLINT, xmllint, xmllint)
if test x"$XMLLINT" = x; then
AC_MSG_ERROR([xmllint not found])
@@ -56,6 +54,9 @@ AC_SUBST(XSL_MAL_CACHE)
XSL_MAL_LINK="$XSL_PATH""/mallard/common/mal-link.xsl"
AC_SUBST(XSL_MAL_LINK)
+XSL_MAL_SORT="$XSL_PATH""/mallard/common/mal-sort.xsl"
+AC_SUBST(XSL_MAL_SORT)
+
XSL_DB2HTML="`$PKG_CONFIG --variable=db2html yelp-xsl`"
AC_SUBST(XSL_DB2HTML)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]