setupapi: SetupDiGetDeviceRegistryProperty should return ERROR_INSUFFICIENT_BUFFER...
[wine] / documentation / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = none
6
7 INSTALLDIRS = man$(api_manext) html api-guide $(DESTDIR)$(mandir)/man$(api_manext)
8
9 @MAKE_RULES@
10
11 manpages: man$(api_manext) dummy
12         @cd $(DLLDIR) && $(MAKE) man
13
14 htmlpages: html dummy
15         @cd $(DLLDIR) && $(MAKE) doc-html
16
17 sgmlpages: api-guide dummy
18         @cd $(DLLDIR) && $(MAKE) doc-sgml
19
20 .PHONY: manpages htmlpages sgmlpages
21
22 install:: manpages $(DESTDIR)$(mandir)/man$(api_manext)
23         for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/$$i; done
24
25 clean::
26         $(RM) -r html api-guide man$(api_manext)