mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-23 16:11: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>
|
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\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user