usp10: Update tests in test_ScriptItemIzeShapePlace to match Windows results.
[wine/multimedia.git] / documentation / Makefile.in
blob1e7ec7b3f6f0e226694a9af6d6831f8880d8f83e
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) $(DESTDIR)$(mandir)/man$(api_manext)
25 for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/$$i; done
27 clean::
28 $(RM) -r html api-guide man$(api_manext)
30 ### Dependencies: