From 4e9a9b891d087ddfe15e1074af1e994c43315716 Mon Sep 17 00:00:00 2001 From: Alex Foulon Date: Wed, 11 Jan 2012 15:21:35 +0000 Subject: [PATCH] Add check-source rule for python files. --- Makefile.am | 2 +- python/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 15c14bc..baeb5ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,6 @@ update-fonts: tools/makefont tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data -echo-dirs: ; echo caca kernel src cxx examples ruby tools +echo-dirs: ; echo caca kernel src cxx examples ruby python tools FORCE: diff --git a/python/Makefile.am b/python/Makefile.am index 971ebfe..634f904 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -24,3 +24,5 @@ EXTRA_DIST = \ examples/gol.py \ examples/text.py +echo-sources: ; echo $(caca_PYTHON) +