tools/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Sun, 13 Jul 2008 16:46:56 +0100
changeset 208 4317d277ba21
parent 1 51eaad3a817b
child 314 a9e8f310507f
permissions -rw-r--r--
Better source unifier

- now it is called scripts/unify-sources.sh
- replaces each tab with 8 spaces
- remove trailing spaces (and tabs)
- warnings on long lines (i.e. on lines that are more than 80 characters)
- the standard file header now turns off the space-to-tab replacement in Emacs
     1 if WANT_TOOLS
     2 
     3 bin_PROGRAMS +=
     4 
     5 endif WANT_TOOLS