Removed custom rules relating to TAGS generation
This commit is contained in:
parent
38122c2224
commit
e0f8e36eb4
1 changed files with 0 additions and 6 deletions
|
|
@ -173,7 +173,6 @@ info_TEXINFOS = doc/ledger.texi
|
||||||
dist_lisp_LISP = lisp/ledger.el lisp/timeclock.el
|
dist_lisp_LISP = lisp/ledger.el lisp/timeclock.el
|
||||||
ELCFILES =
|
ELCFILES =
|
||||||
DISTCLEANFILES = ledger.elc timeclock.elc
|
DISTCLEANFILES = ledger.elc timeclock.elc
|
||||||
CLEANFILES += TAGS
|
|
||||||
|
|
||||||
all_sources = $(libledger_util_la_SOURCES) \
|
all_sources = $(libledger_util_la_SOURCES) \
|
||||||
$(libledger_math_la_SOURCES) \
|
$(libledger_math_la_SOURCES) \
|
||||||
|
|
@ -185,11 +184,6 @@ all_sources = $(libledger_util_la_SOURCES) \
|
||||||
|
|
||||||
all_files = $(all_sources) $(pkginclude_HEADERS)
|
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
|
if HAVE_BOOST_PYTHON
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue