Weirdness in the makefile

Scott Ritchie scott at open-vote.org
Thu Jun 2 03:41:00 CDT 2005


Can someone explain the significance of these targets in the makefile:


manpages:
	$(MKINSTALLDIRS) $(TOPOBJDIR)/documentation/man3w
	cd dlls && $(MAKE) man

htmlpages:
	$(MKINSTALLDIRS) $(TOPOBJDIR)/documentation/html
	cd dlls && $(MAKE) doc-html

sgmlpages:
	$(MKINSTALLDIRS) $(TOPOBJDIR)/documentation/api-guide
	cd dlls && $(MAKE) doc-sgml


Do they do anything?  Those don't seem to be valid directories anymore.

Thanks,
Scott Ritchie




More information about the wine-devel mailing list