Fix bad mouse lag in games that do their own mouse warping.
[wine/multimedia.git] / documentation / Makefile.in
blob9e44a1099b095c59f879593a0ec3f7ed854d2591
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) $(mandir)/man$(api_manext)
25 for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(mandir)/$$i; done
27 clean::
28 $(RM) -r html api-guide man$(api_manext)
30 ### Dependencies: