files with mixed eol-style corrected;
svn:ignore added for Makefile.in and other generated files;
doc/*/*.html and further generated files deleted from repository;
svn:mime-type for png narrowed from application/octet-stream to image/png;
src/enigma.doxygen.fulldoc updated to new ecl path;
mkinstalldirs reinserted from v0.92 distribution;
;
Please activate autoprops in your .subverion/config file:
[miscellany]
enable-auto-props = yes
[auto-props]
*.am = svn:eol-style=native
*.c = svn:eol-style=native
*.cc = svn:eol-style=native
*.cpp = svn:eol-style=native
*.h = svn:eol-style=native
*.hh = svn:eol-style=native
*.lua = svn:eol-style=native
*.png = svn:mime-type=image/png
*.po = svn:eol-style=native
*.sh = svn:eol-style=native;svn:executable
*.texi = svn:eol-style=native
*.txt = svn:eol-style=native
...