fix a lot of bugs, now evertything works perfect
[mdictionary] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 SUBDIRS = src
3
4 .PHONY: docs
5 docs:
6         doxygen Doxyfile
7         # doxygen always put wrong meta charset tag - we have repair it manualy
8         sed -i -e "s/charset=iso-8859-1/charset=utf-8/g" doc/html/*html