From 0dc56fd03ea478ae054e3d0398703f43e017723b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 7 Jun 2011 09:56:30 -0700 Subject: build: ensure gem and tgz targets build manpages Original patch by Hongli Lai : > >From bfefc2cf0efb0913a42862886363b3140dcdbb2a Mon Sep 17 00:00:00 2001 > From: Hongli Lai (Phusion) > Date: Mon, 6 Jun 2011 13:39:00 +0200 > Subject: [PATCH] Ensure that 'make gem' builds the documentation too. > > If autogenerated documentation files, like man pages, don't exist then > 'make gem' will fail, complaining that some files are not found. By > depending the 'gem' target on the 'doc' target we ensure that 'make gem' > always works. > > Signed-off-by: Hongli Lai (Phusion) ref: http://mid.gmane.org/4DED0EE2.7040400@phusion.nl --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index da55052..61fb739 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -164,7 +164,7 @@ pkg_extra := GIT-VERSION-FILE ChangeLog LATEST NEWS \ ChangeLog: GIT-VERSION-FILE .wrongdoc.yml wrongdoc prepare -.manifest: ChangeLog $(ext)/unicorn_http.c +.manifest: ChangeLog $(ext)/unicorn_http.c man (git ls-files && for i in $@ $(pkg_extra); do echo $$i; done) | \ LC_ALL=C sort > $@+ cmp $@+ $@ || mv $@+ $@ -- cgit v1.2.3-24-ge0c7