diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:23:59 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:44 -0400 |
commit | ebd0526727712c71cebbaee7c09f1c213bc341be (patch) | |
tree | 01801b1970e4228995bebf21df0b790b0a7286bb /Makefile.am | |
parent | 89d4e2a22f610e190e41f6ad5b7b7866a12240b7 (diff) | |
download | fork-ledger-ebd0526727712c71cebbaee7c09f1c213bc341be.tar.gz fork-ledger-ebd0526727712c71cebbaee7c09f1c213bc341be.tar.bz2 fork-ledger-ebd0526727712c71cebbaee7c09f1c213bc341be.zip |
Added .elc files to DISTCLEANFILES.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9028dd03..befe54d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -165,6 +165,8 @@ nodist_info_TEXINFOS = docs/ledger.texi dist_lisp_LISP = lisp/ledger.el lisp/timeclock.el +DISTCLEANFILES = ledger.elc timeclock.elc + ###################################################################### if HAVE_BOOST_PYTHON @@ -256,7 +258,7 @@ fullcheck: check ###################################################################### -DISTCLEANFILES = Doxyfile.gen +DISTCLEANFILES += Doxyfile.gen alldocs: docs/ledger.info docs/ledger.pdf doxygen-docs |