From eba74ebb7d86f1f2f2b59c09de7b89e839b8ce35 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 28 Nov 2008 11:02:55 +0000 Subject: [PATCH] When building the Xcode documentation set, also package it and update the ATOM file, too. --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index a26fa36..bcb0096 100644 --- a/Makefile.in +++ b/Makefile.in @@ -343,6 +343,10 @@ mxml.xml: mxmldoc-static mxml.h $(PUBLIBOBJS:.o=.c) --feedurl http://www.minixml.org/documentation.atom \ --header doc/docset.header --intro doc/docset.intro \ --css doc/docset.css mxml.xml; \ + /Developer/usr/bin/docsetutil package --output org.minixml.xar \ + --atom org.minixml.atom \ + --download-url http://www.minixml.org/org.minixml.xar \ + ~/Library/Developer/Shared/Documentation/DocSets/org.minixml.docset; \ fi valgrind: mxmldoc-static