dplayx: Made DP_FindPlayer public
[wine/gsoc_dplay.git] / documentation / Makefile.in
blobece117cd5c00c6a11a5977f82a5ddd97e7aa85ba
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
7 INSTALLDIRS = man$(api_manext) html api-guide api-guide-xml $(DESTDIR)$(mandir)/man$(api_manext)
9 @MAKE_RULES@
11 manpages: man$(api_manext) dummy
12 @cd $(DLLDIR) && $(MAKE) man
14 htmlpages: html dummy
15 @cd $(DLLDIR) && $(MAKE) doc-html
17 sgmlpages: api-guide dummy
18 @cd $(DLLDIR) && $(MAKE) doc-sgml
20 xmlpages: api-guide-xml dummy
21 @cd $(DLLDIR) && $(MAKE) doc-xml
23 .PHONY: manpages htmlpages sgmlpages xmlpages install-man
25 install-man:: manpages $(DESTDIR)$(mandir)/man$(api_manext)
26 for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/$$i; done
28 clean::
29 $(RM) -r html api-guide api-guide-xml man$(api_manext)