diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-06-23 09:46:45 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-06-23 09:46:45 (GMT) |
commit | 54bcd31ff103383c6c75ed87b00f846ec29b8040 (patch) | |
tree | c485ad24b61429cd10455b2d438236483a47c189 /doc/Makefile.win_make.in | |
parent | f7c4c021594300b449c3991de8c0918ad7f965af (diff) | |
download | Doxygen-54bcd31ff103383c6c75ed87b00f846ec29b8040.zip Doxygen-54bcd31ff103383c6c75ed87b00f846ec29b8040.tar.gz Doxygen-54bcd31ff103383c6c75ed87b00f846ec29b8040.tar.bz2 |
Release-1.2.16-20020623
Diffstat (limited to 'doc/Makefile.win_make.in')
-rw-r--r-- | doc/Makefile.win_make.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.win_make.in b/doc/Makefile.win_make.in index 1f576cb..bcf28e4 100644 --- a/doc/Makefile.win_make.in +++ b/doc/Makefile.win_make.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 |