Alexandre Julliard | d37eb36 | 1997-07-20 16:23:21 +0000 | [diff] [blame] | 1 | TOPSRCDIR = @top_srcdir@ |
| 2 | TOPOBJDIR = .. |
| 3 | SRCDIR = @srcdir@ |
| 4 | VPATH = @srcdir@ |
| 5 | MODULE = none |
Alexandre Julliard | 641ee76 | 1997-08-04 16:34:36 +0000 | [diff] [blame] | 6 | |
Alexandre Julliard | dc8c76a | 2006-09-09 23:09:04 +0200 | [diff] [blame] | 7 | INSTALLDIRS = man$(api_manext) html api-guide $(DESTDIR)$(mandir)/man$(api_manext) |
Alexandre Julliard | 2886e9b | 2006-08-07 17:48:18 +0200 | [diff] [blame] | 8 | |
Alexandre Julliard | d37eb36 | 1997-07-20 16:23:21 +0000 | [diff] [blame] | 9 | @MAKE_RULES@ |
| 10 | |
Alexandre Julliard | dc8c76a | 2006-09-09 23:09:04 +0200 | [diff] [blame] | 11 | manpages: man$(api_manext) dummy |
Alexandre Julliard | 5012c17 | 2006-08-07 13:54:09 +0200 | [diff] [blame] | 12 | @cd $(DLLDIR) && $(MAKE) man |
Alexandre Julliard | 078eb1f | 2005-06-15 18:12:15 +0000 | [diff] [blame] | 13 | |
Alexandre Julliard | dc8c76a | 2006-09-09 23:09:04 +0200 | [diff] [blame] | 14 | htmlpages: html dummy |
Alexandre Julliard | 5012c17 | 2006-08-07 13:54:09 +0200 | [diff] [blame] | 15 | @cd $(DLLDIR) && $(MAKE) doc-html |
Alexandre Julliard | 078eb1f | 2005-06-15 18:12:15 +0000 | [diff] [blame] | 16 | |
Alexandre Julliard | dc8c76a | 2006-09-09 23:09:04 +0200 | [diff] [blame] | 17 | sgmlpages: api-guide dummy |
Alexandre Julliard | 5012c17 | 2006-08-07 13:54:09 +0200 | [diff] [blame] | 18 | @cd $(DLLDIR) && $(MAKE) doc-sgml |
Alexandre Julliard | 078eb1f | 2005-06-15 18:12:15 +0000 | [diff] [blame] | 19 | |
| 20 | .PHONY: manpages htmlpages sgmlpages |
| 21 | |
Alexandre Julliard | dc8c76a | 2006-09-09 23:09:04 +0200 | [diff] [blame] | 22 | install:: manpages $(DESTDIR)$(mandir)/man$(api_manext) |
Mike Frysinger | 5392844 | 2006-02-14 13:51:38 +0100 | [diff] [blame] | 23 | for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/$$i; done |
Jon Griffiths | 35345f2 | 2003-03-15 19:48:34 +0000 | [diff] [blame] | 24 | |
Alexandre Julliard | d37eb36 | 1997-07-20 16:23:21 +0000 | [diff] [blame] | 25 | clean:: |
Dimi Paun | 12f9bb7 | 2005-05-10 13:26:14 +0000 | [diff] [blame] | 26 | $(RM) -r html api-guide man$(api_manext) |