ole32: Tell the advise holder what the data delegate is in DefaultHandle_DAdvise...
[wine/wine-kai.git] / documentation / Makefile.in
blob52a5c17153d114a49ccc758cdc209666ba4d581c
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
7 @MAKE_RULES@
9 manpages:
10 $(MKINSTALLDIRS) man$(api_manext)
11 @cd $(DLLDIR) && $(MAKE) man
13 htmlpages:
14 $(MKINSTALLDIRS) html
15 @cd $(DLLDIR) && $(MAKE) doc-html
17 sgmlpages:
18 $(MKINSTALLDIRS) api-guide
19 @cd $(DLLDIR) && $(MAKE) doc-sgml
21 .PHONY: manpages htmlpages sgmlpages
23 install:: manpages
24 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(api_manext)
25 for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/$$i; done
27 clean::
28 $(RM) -r html api-guide man$(api_manext)
30 ### Dependencies: