server: Split the queuing of hardware messages into a separate send_hardware_message...
[wine] / documentation / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = none
6
7 INSTALLDIRS = $(DESTDIR)$(mandir)/man$(api_manext)
8
9 @MAKE_RULES@
10
11 manpages:
12         $(MKINSTALLDIRS) man$(api_manext)
13         @cd $(DLLDIR) && $(MAKE) man
14
15 htmlpages:
16         $(MKINSTALLDIRS) html
17         @cd $(DLLDIR) && $(MAKE) doc-html
18
19 sgmlpages:
20         $(MKINSTALLDIRS) api-guide
21         @cd $(DLLDIR) && $(MAKE) doc-sgml
22
23 .PHONY: manpages htmlpages sgmlpages
24
25 install:: manpages $(INSTALLDIRS)
26         for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/$$i; done
27
28 clean::
29         $(RM) -r html api-guide man$(api_manext)
30
31 ### Dependencies: