server: Use attributes instead of inherit flag in file requests.
[wine] / documentation / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = none
6
7 @MAKE_RULES@
8
9 manpages:
10         $(MKINSTALLDIRS) man$(api_manext)
11         cd $(DLLDIR) && $(MAKE) man
12
13 htmlpages:
14         $(MKINSTALLDIRS) html
15         cd $(DLLDIR) && $(MAKE) doc-html
16
17 sgmlpages:
18         $(MKINSTALLDIRS) api-guide
19         cd $(DLLDIR) && $(MAKE) doc-sgml
20
21 .PHONY: manpages htmlpages sgmlpages
22
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
26
27 clean::
28         $(RM) -r html api-guide man$(api_manext)
29
30 ### Dependencies: