From: Andreas Dilger Date: Wed, 21 Jun 2006 04:05:49 +0000 (-0400) Subject: add "make rpm" target to top-level Makefile X-Git-Tag: E2FSPROGS-1_40-WIP-1114~78 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=90466c19c67730580285c1f34321cacee1ffea1d;p=tools%2Fe2fsprogs.git add "make rpm" target to top-level Makefile Signed-off-by: Andreas Dilger --- diff --git a/Makefile.in b/Makefile.in index 88d6c3a..0d31caa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,6 +29,9 @@ subs: progs: subs all-progs-recursive libs: subs all-libs-recursive +rpm: + sh contrib/build-rpm + docs: -@test -d doc && cd doc && $(MAKE) libext2fs.info