Browse Source

Add check-source rule for python files.

tags/v0.99.beta18
Alex Foulon alxf 13 years ago
parent
commit
4e9a9b891d
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      Makefile.am
  2. +2
    -0
      python/Makefile.am

+ 1
- 1
Makefile.am View File

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

+ 2
- 0
python/Makefile.am View File

@@ -24,3 +24,5 @@ EXTRA_DIST = \
examples/gol.py \
examples/text.py

echo-sources: ; echo $(caca_PYTHON)


Loading…
Cancel
Save