diff options
Diffstat (limited to 'doc/Makefile.win_nmake.in')
-rw-r--r-- | doc/Makefile.win_nmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.win_nmake.in b/doc/Makefile.win_nmake.in index bd79a33..d38116a 100644 --- a/doc/Makefile.win_nmake.in +++ b/doc/Makefile.win_nmake.in @@ -22,7 +22,7 @@ all: language FORCE @copy Makefile.latex ..\latex\Makefile @sed -e "s/\$$VERSION/$(VERSION)/g" doxygen_manual.tex >..\latex\doxygen_manual.tex @sed -e "s/\$$VERSION/$(VERSION)/g" doxygen.sty >..\latex\doxygen.sty - @copy doxygen_logo.eps ..\latex + @epstopdf doxygen_logo.eps -o=..\latex\doxygen_logo.pdf clean: del /s /q ..\html ..\latex |