X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e8515a3e39851ec562ee3def4ffcced182df110..fd52ec657f141ab94b9aec6f7674d234c4de6adc:/contrib/src/ogl/makefile.vc?ds=inline diff --git a/contrib/src/ogl/makefile.vc b/contrib/src/ogl/makefile.vc index 833eaf13b3..461dd6a3bc 100644 --- a/contrib/src/ogl/makefile.vc +++ b/contrib/src/ogl/makefile.vc @@ -18,7 +18,7 @@ OGLDIR = $(WXDIR)\contrib\src\ogl OGLINC = $(WXDIR)\contrib\include\wx\ogl THISDIR = $(WXDIR)\contrib\src\ogl EXTRAFLAGS=/DPROLOGIO=1 -DOCDIR=$(WXDIR)\contrib\docs +DOCDIR=$(WXDIR)\docs DOCSOURCEDIR=$(WXDIR)\contrib\docs\latex\ogl !include $(WXDIR)\src\makevc.env @@ -131,6 +131,8 @@ DOCSOURCES=$(DOCSOURCEDIR)\ogl.tex \ $(DOCSOURCEDIR)\classes.tex $(DOCSOURCEDIR)\intro.tex\ $(DOCSOURCEDIR)\topics.tex $(DOCSOURCEDIR)\sample.tex +alldocs: mkdirs html htmlhelp htb hlp pdfrtf + html: $(DOCDIR)\html\ogl\ogl.htm htmlhelp: $(DOCDIR)\htmlhelp\ogl.chm htb: $(DOCDIR)\htb\ogl.htb @@ -138,6 +140,9 @@ hlp: $(DOCDIR)\winhelp\ogl.hlp pdfrtf: $(DOCDIR)\pdf\ogl.rtf ps: $(DOCDIR)\ps\ogl.ps +mkdirs: + -mkdir $(DOCDIR)\html $(DOCDIR)\html\ogl $(DOCDIR)\htb $(DOCDIR)\htmlhelp $(DOCDIR)\winhelp $(DOCDIR)\pdf + touchmanual: touch $(DOCSOURCEDIR)\ogl.tex @@ -145,8 +150,7 @@ $(DOCDIR)\winhelp\ogl.hlp: $(DOCSOURCEDIR)\ogl.rtf $(DOCSOURCEDIR)\ogl.h cd $(DOCSOURCEDIR) -erase ogl.ph hc ogl - move ogl.hlp $(DOCDIR)\winhelp\ogl.hlp - move ogl.cnt $(DOCDIR)\winhelp\ogl.cnt + move ogl.hlp ogl.cnt $(DOCDIR)\winhelp cd $(THISDIR) $(DOCSOURCEDIR)\ogl.rtf: $(DOCSOURCES)