Bläddra i källkod

Add check-source rule for python files.

tags/v0.99.beta18
Alex Foulon alxf 13 år sedan
förälder
incheckning
4e9a9b891d
2 ändrade filer med 3 tillägg och 1 borttagningar
  1. +1
    -1
      Makefile.am
  2. +2
    -0
      python/Makefile.am

+ 1
- 1
Makefile.am Visa fil

@@ -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 Visa fil

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

echo-sources: ; echo $(caca_PYTHON)


Laddar…
Avbryt
Spara