Changes stub to FIXME for GetGlobalFontLinkObject.
[wine/dcerpc.git] / documentation / Makefile.in
blob4560de32242a01f0df8e3bd3ad8f3b1f0283cd0c
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
7 EXTRASUBDIRS = samples
9 @MAKE_RULES@
11 manpages:
12 $(MKINSTALLDIRS) man$(api_manext)
13 cd $(DLLDIR) && $(MAKE) man
15 htmlpages:
16 $(MKINSTALLDIRS) html
17 cd $(DLLDIR) && $(MAKE) doc-html
19 sgmlpages:
20 $(MKINSTALLDIRS) api-guide
21 cd $(DLLDIR) && $(MAKE) doc-sgml
23 .PHONY: manpages htmlpages sgmlpages
25 install:: manpages
26 $(MKINSTALLDIRS) $(mandir)/man$(api_manext)
27 for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(mandir)/$$i; done
29 clean::
30 $(RM) -r html api-guide man$(api_manext)
32 ### Dependencies: