On 07/23/2012 11:13 PM, MORITA Kazutaka wrote: > Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp> > --- > include/Makefile.am | 5 +++-- > sheepdog.spec.in | 1 + > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/include/Makefile.am b/include/Makefile.am > index 5e64344..3134235 100644 > --- a/include/Makefile.am > +++ b/include/Makefile.am > @@ -1,4 +1,5 @@ > MAINTAINERCLEANFILES = Makefile.in config.h.in > > -noinst_HEADERS = bitops.h event.h logger.h sheepdog_proto.h util.h \ > - list.h net.h sheep.h exits.h strbuf.h > +noinst_HEADERS = bitops.h event.h logger.h sheepdog_proto.h util.h \ > + list.h net.h sheep.h exits.h strbuf.h rbtree.h \ > + sha1.h internal_proto.h > diff --git a/sheepdog.spec.in b/sheepdog.spec.in > index ce4ef14..0b04ada 100644 > --- a/sheepdog.spec.in > +++ b/sheepdog.spec.in > @@ -66,6 +66,7 @@ fi > %attr(755,-,-)%config %{_initddir}/sheepdog > %dir %{_localstatedir}/lib/sheepdog > %{_mandir}/man8/sheep.8* > +%{_mandir}/man8/collie.8* > > %changelog > * @date@ Autotools generated version <nobody at nowhere.org> - @version at -1.@alphatag@ > Applied thanks. Yuan |