mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2019-08-12 Fred Gleason <fredg@paravelsystems.com>
* Added 'py-compile' the 'CLEANFILES' rule in 'Makefile.am'.
This commit is contained in:
@@ -18918,3 +18918,5 @@
|
|||||||
2019-08-09 Fred Gleason <fredg@paravelsystems.com>
|
2019-08-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Refactored 'RDClock' to store events on the heap rather than
|
* Refactored 'RDClock' to store events on the heap rather than
|
||||||
on the stack.
|
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\
|
*.rpm\
|
||||||
*.tar.gz\
|
*.tar.gz\
|
||||||
*.tgz\
|
*.tgz\
|
||||||
*.zip
|
*.zip\
|
||||||
|
py-compile
|
||||||
|
|
||||||
DISTCLEANFILES = config.guess\
|
DISTCLEANFILES = config.guess\
|
||||||
config.sub\
|
config.sub\
|
||||||
|
|||||||
Reference in New Issue
Block a user