You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
952 B
24 lines
952 B
Index: Makefile.in |
|
--- Makefile.in.orig 2009-03-02 21:09:46 +0100 |
|
+++ Makefile.in 2009-03-03 20:43:16 +0100 |
|
@@ -240,7 +240,7 @@ |
|
top_builddir = @top_builddir@ |
|
top_srcdir = @top_srcdir@ |
|
ACLOCAL_AMFLAGS = -I m4 |
|
-SUBDIRS = backends doc lib po test utils |
|
+SUBDIRS = backends lib po test utils |
|
EXTRA_DIST = config.rpath \ |
|
debian/changelog \ |
|
debian/compat \ |
|
Index: utils/Makefile.in |
|
--- utils/Makefile.in.orig 2009-03-01 10:33:51 +0100 |
|
+++ utils/Makefile.in 2009-03-03 20:43:16 +0100 |
|
@@ -254,7 +254,7 @@ |
|
target_alias = @target_alias@ |
|
top_builddir = @top_builddir@ |
|
top_srcdir = @top_srcdir@ |
|
-@ENABLEUTILS_TRUE@SUBDIRS = doc po |
|
+@ENABLEUTILS_TRUE@SUBDIRS = po |
|
@ENABLEUTILS_TRUE@INCLUDES = -I../lib |
|
@ENABLEUTILS_TRUE@odbx_sql_SOURCES = argmap.cpp argmap.hpp commands.cpp commands.hpp completion.cpp completion.hpp odbx-sql.hpp odbx-sql.cpp |
|
@ENABLEUTILS_TRUE@odbx_sql_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DKEYWORDFILE=\"$(pkgdatadir)/keywords\"
|
|
|