Remove reference to lisp directory
As ledger-mode has been moved to its own github repository. [ci skip]
This commit is contained in:
parent
6d143a333b
commit
978466c801
1 changed files with 1 additions and 1 deletions
2
acprep
2
acprep
|
|
@ -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 #
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue