1
0
mirror of https://github.com/ElvishArtisan/rivendell.git synced 2025-06-14 07:10:25 +02:00

2019-08-12 Fred Gleason <fredg@paravelsystems.com>

* Added 'py-compile' the 'CLEANFILES' rule in 'Makefile.am'.
This commit is contained in:
Fred Gleason 2019-08-12 12:38:58 -04:00
parent 987090c46f
commit 00a18ca23b
2 changed files with 4 additions and 1 deletions

@ -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\