ddraw: Write-strings warnings fix.
[wine/multimedia.git] / documentation / Makefile.in
blobbf23bd4795ce62581922e4cf99229dd7d032028a
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 manpages:
12 $(MKINSTALLDIRS) man$(api_manext)
13 @cd $(DLLDIR) && $(MAKE) man
15 htmlpages:
16 $(MKINSTALLDIRS) html
17 @cd $(DLLDIR) && $(MAKE) doc-html
19 sgmlpages:
20 $(MKINSTALLDIRS) api-guide
21 @cd $(DLLDIR) && $(MAKE) doc-sgml
23 .PHONY: manpages htmlpages sgmlpages
25 install:: manpages $(INSTALLDIRS)
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 man$(api_manext)
31 ### Dependencies: