DIB Engine: fix MapModes for xxxBlt
[wine/hacks.git] / documentation / Makefile.in
blob332fefba93b75ba42e15e30c290596c772f73e7b
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
7 INSTALLDIRS = $(DESTDIR)$(mandir)/man$(api_manext)
9 @MAKE_RULES@
11 install-man:: $(DESTDIR)$(mandir)/man$(api_manext)
12 @cd $(TOPOBJDIR) && $(MAKE) manpages
13 for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/$$i; done
15 clean::
16 $(RM) -r html api-guide api-guide-xml man$(api_manext)