From 25669a633854bc01a04ecd3b73ab8852fd46e7e8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 10 Feb 2009 12:47:38 -0800 Subject: Update Manifest Add a make task for updating it, too. --- GNUmakefile | 7 ++++++- Manifest | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 8ee81c2..25f7527 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -46,4 +46,9 @@ clean: -$(MAKE) -C ext/http11 clean $(RM) ext/http11/Makefile lib/http11.$(DLEXT) -.PHONY: $(T) $(slow_tests) +Manifest: + git ls-files > $@+ + cmp $@+ $@ || mv $@+ $@ + $(RM) -f $@+ + +.PHONY: $(T) $(slow_tests) Manifest diff --git a/Manifest b/Manifest index 67577e6..ea0f336 100644 --- a/Manifest +++ b/Manifest @@ -8,6 +8,8 @@ Manifest README Rakefile TODO +bin/unicorn +bin/unicorn-hello-world ext/http11/ext_help.h ext/http11/extconf.rb ext/http11/http11.c @@ -21,6 +23,7 @@ lib/unicorn/http_request.rb lib/unicorn/http_response.rb lib/unicorn/socket.rb setup.rb +test/aggregate.rb test/benchmark/previous.rb test/benchmark/simple.rb test/benchmark/utils.rb -- cgit v1.2.3-24-ge0c7