summaryrefslogtreecommitdiff
path: root/locate/Makefile.am
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2007-04-22 22:32:38 +0000
committerJames Youngman <jay@gnu.org>2007-04-22 22:32:38 +0000
commita60fcd844fb5e4d339ada25301eee54d03d5346a (patch)
tree39ab9f88ba10c21aaf2e7f8a0da989e6865d5d29 /locate/Makefile.am
parentef97ee660e9718bb91f50fad195fe42791e4fbbb (diff)
downloadfindutils-a60fcd844fb5e4d339ada25301eee54d03d5346a.tar.gz
remove dblocation.texi in 'make clean'
Diffstat (limited to 'locate/Makefile.am')
-rw-r--r--locate/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/locate/Makefile.am b/locate/Makefile.am
index 17753431..5a5db770 100644
--- a/locate/Makefile.am
+++ b/locate/Makefile.am
@@ -10,7 +10,7 @@ bin_SCRIPTS = updatedb
man_MANS = locate.1 updatedb.1 locatedb.5
BUILT_SOURCES = dblocation.texi
EXTRA_DIST = locatedb.h updatedb.sh $(man_MANS)
-CLEANFILES = updatedb
+CLEANFILES = updatedb dblocation.texi
INCLUDES = -I$(top_srcdir)/lib -I../gnulib/lib -I$(top_srcdir)/gnulib/lib -I../intl -DLOCATE_DB=\"$(LOCATE_DB)\" -DLOCALEDIR=\"$(localedir)\"