Removed custom rules relating to TAGS generation

This commit is contained in:
John Wiegley 2009-02-28 05:06:42 -04:00
parent 38122c2224
commit e0f8e36eb4

View file

@ -173,7 +173,6 @@ info_TEXINFOS = doc/ledger.texi
dist_lisp_LISP = lisp/ledger.el lisp/timeclock.el
ELCFILES =
DISTCLEANFILES = ledger.elc timeclock.elc
CLEANFILES += TAGS
all_sources = $(libledger_util_la_SOURCES) \
$(libledger_math_la_SOURCES) \
@ -185,11 +184,6 @@ all_sources = $(libledger_util_la_SOURCES) \
all_files = $(all_sources) $(pkginclude_HEADERS)
TAGS: $(all_files)
@BUILD_DIR=`cd $(top_builddir); pwd`; \
(cd $(srcdir); etags -l c++ -o $$BUILD_DIR/TAGS $(all_files) 2> /dev/null)
@echo TAGS rebuilt.
######################################################################
if HAVE_BOOST_PYTHON