Fix for UBSan build
[platform/upstream/doxygen.git] / doc / Makefile.win_make.in
1 #\r
2\r
3 #\r
4 # Copyright (C) 1997-2012 by Dimitri van Heesch.\r
5 #\r
6 # Permission to use, copy, modify, and distribute this software and its\r
7 # documentation under the terms of the GNU General Public License is hereby \r
8 # granted. No representations are made about the suitability of this software \r
9 # for any purpose. It is provided "as is" without express or implied warranty.\r
10 # See the GNU General Public License for more details.\r
11 #\r
12 # Documents produced by Doxygen are derivative works derived from the\r
13 # input used in their production; they are not affected by this license.\r
14 \r
15 all: language FORCE\r
16         @xcopy /s /q /i ..\examples ..\html\examples\r
17         set DOXYGEN_DOCDIR=. & \\r
18         set VERSION=$(VERSION) & \\r
19         $(DOXYGEN)\bin\doxygen\r
20         @del ..\latex\refman.tex\r
21         @copy doxygen_logo*.gif ..\html\r
22         @copy Makefile.latex ..\latex\Makefile\r
23         @sed -e "s/\$$VERSION/$(VERSION)/g" doxygen_manual.tex >..\latex\doxygen_manual.tex\r
24         @sed -e "s/\$$VERSION/$(VERSION)/g" doxygen.sty >..\latex\doxygen.sty \r
25         @epstopdf doxygen_logo.eps --outfile=..\latex\doxygen_logo.pdf\r
26 \r
27 clean: \r
28         del /s /q ..\html ..\latex\r
29         del translator_report.txt *.bak\r
30 \r
31 language: language.doc\r
32 \r
33 language.doc: maintainers.txt language.tpl translator.py\r
34         set DOXYGEN_DOCDIR=. & set VERSION=$(VERSION) & python translator.py\r
35 \r
36 FORCE:\r