Makefile.in 611 Bytes
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1 2 3 4 5 6 7 8
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = none

@MAKE_RULES@

9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
manpages:
	$(MKINSTALLDIRS) man$(api_manext)
	cd $(DLLDIR) && $(MAKE) man

htmlpages:
	$(MKINSTALLDIRS) html
	cd $(DLLDIR) && $(MAKE) doc-html

sgmlpages:
	$(MKINSTALLDIRS) api-guide
	cd $(DLLDIR) && $(MAKE) doc-sgml

.PHONY: manpages htmlpages sgmlpages

install:: manpages
24 25
	$(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(api_manext)
	for i in man$(api_manext)/*.$(api_manext); do $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/$$i; done
26

Alexandre Julliard's avatar
Alexandre Julliard committed
27
clean::
28
	$(RM) -r html api-guide man$(api_manext)
Alexandre Julliard's avatar
Alexandre Julliard committed
29 30

### Dependencies: