From e0f8e36eb4ccaecf19d3882d2d2f61367205b764 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 28 Feb 2009 05:06:42 -0400 Subject: [PATCH] Removed custom rules relating to TAGS generation --- Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2e69a1f4..168687f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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