mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-23 08:01:41 +02:00
2019-08-12 Fred Gleason <fredg@paravelsystems.com>
* Added 'py-compile' the 'CLEANFILES' rule in 'Makefile.am'.
This commit is contained in:
parent
987090c46f
commit
00a18ca23b
@ -18918,3 +18918,5 @@
|
||||
2019-08-09 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Refactored 'RDClock' to store events on the heap rather than
|
||||
on the stack.
|
||||
2019-08-12 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added 'py-compile' to the 'CLEANFILES' rule in 'Makefile.am'.
|
||||
|
@ -96,7 +96,8 @@ CLEANFILES = *~\
|
||||
*.rpm\
|
||||
*.tar.gz\
|
||||
*.tgz\
|
||||
*.zip
|
||||
*.zip\
|
||||
py-compile
|
||||
|
||||
DISTCLEANFILES = config.guess\
|
||||
config.sub\
|
||||
|
Loading…
x
Reference in New Issue
Block a user