From 0a08a37f975e4154a0b5188a3442893e1328759e Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 19 Feb 2012 14:02:03 +0000 Subject: Improve documentation a little --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50540a7..1415a1a 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ sign: echo $(NAME)-$(VERSION).tar.crx.sig; fi # TODO: test makefile dependency is portable (and correct) +# requires uhura web/gecko-updates.rdf: $(NAME)-$(VERSION).xpi $(KEYFILE) uhura -o $@ -k $(KEYFILE) $(NAME)-$(VERSION).xpi $(WEBSITE)/$(NAME)-$(VERSION).xpi @@ -49,6 +50,7 @@ web/doap.ttl: web/doap-src.ttl -e "s|AUTHORHOME|$(AUTHORHOME)|g" -e "s|WEBSITE|$(WEBSITE)|g" \ -e "s|REPOURL|$(REPOURL)|g" < $< > $@ +# requires librdf web/index.html: web/doap.ttl README echo making webpage echo "$(UPNAME)" > $@ @@ -77,6 +79,7 @@ dist: rm -rf $(NAME)-$(VERSION) echo $(NAME)-$(VERSION).tar.bz2 +# requires rsvg, librdf xpi: $(KEYFILE) rm -rf $(NAME)-$(VERSION).xpi gecko-build mkdir -p gecko-build/chrome/content gecko-build/defaults/preferences @@ -96,6 +99,7 @@ xpi: $(KEYFILE) patch -R < gecko/js.patch > /dev/null echo $(NAME)-$(VERSION).xpi +# requires rsvg crx: $(KEYFILE) rm -rf chromium-build mkdir chromium-build -- cgit v1.2.3