next fix to autotools based build system
authorwolk <wolek84@gmail.com>
Mon, 10 Nov 2008 14:09:33 +0000 (14:09 +0000)
committerwolk <wolek84@gmail.com>
Mon, 10 Nov 2008 14:09:33 +0000 (14:09 +0000)
git-svn-id: file:///svnroot/mdictionary/trunk@271 5bde0345-f819-0410-ac75-e5045f9217cc

Makefile.am

index dfa49b2..48476de 100644 (file)
@@ -1,2 +1,8 @@
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = src
+
+.PHONY: docs
+docs:
+       doxygen Doxyfile
+       # doxygen always put wrong meta charset tag - we have repair it manualy
+       sed -i -e "s/charset=iso-8859-1/charset=utf-8/g" doc/html/*html
\ No newline at end of file