Remove reference to lisp directory

As ledger-mode has been moved to its own github repository.

[ci skip]
This commit is contained in:
thdox 2016-10-27 21:04:03 +02:00
parent 6d143a333b
commit 978466c801

2
acprep
View file

@ -484,7 +484,7 @@ class PrepareBuild(CommandLineApp):
def phase_sloc(self, *args):
self.log.info('Executing phase: sloc')
self.execute('sloccount', 'src', 'python', 'lisp', 'test')
self.execute('sloccount', 'src', 'python', 'test')
#########################################################################
# Update local files with the latest information #