Demi_shanghai - 2013-01-18

my opratation system:ubuntu 12.04

i do steps  followed in the Doxhgen Mamual 's Installation part(http://www.doxygen.nl/manual/install.html#install_bin_unix).
1  type  "./configure"
         then ,i get these information:Checking for GNU install tool… using  /usr/bin/install
                                                       Created Makefiles from Makefiles.in…
1  type  "make install"
         then ,i get these error information:
                                                            /usr/bin/install/  -d /usr/local/bin
                                                            /usr/bin/install/  -d /usr/local/doc/doxygen
                                                            /usr/bin/install/  -m 755 bin/dovygen   /usr/local/bin
                                                            /usr/bin/install/  -m 755 bin/dovytag   /usr/local/bin
                                                            /usr/bin/install :无法获取“bin/doxytag”的文件状态(stat):没有那个文件目录
                                  make:***错误 1
what should i do for this error?i am really appreciated if you can give me a hand.

Demi