From: Seth Vidal Date: Tue, 18 Jan 2005 06:58:44 +0000 (+0000) Subject: adding man page and upating the Makefiles and specfile accordingly. X-Git-Tag: upstream/0.9.9~271 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=637879064bcdc7da8bd4c6ebdb07c263a88b406c;p=tools%2Fcreaterepo.git adding man page and upating the Makefiles and specfile accordingly. Thanks Bob Kashani for the man page. --- diff --git a/Makefile b/Makefile index 0a58c74..a622f14 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ INSTALL_DATA = $(INSTALL) -m 644 INSTALL_MODULES = $(INSTALL) -m 755 -D RM = rm -f -SUBDIRS = bin +SUBDIRS = bin docs MODULES = $(srcdir)/genpkgmetadata.py \ $(srcdir)/dumpMetadata.py @@ -49,7 +49,7 @@ MODULES = $(srcdir)/genpkgmetadata.py \ all: $(MODULES) for subdir in $(SUBDIRS) ; do \ - $(MAKE) -C $$subdir VERSION=$(VERSION) PACKAGE=$(PACKAGE); \ + $(MAKE) -C $$subdir VERSION=$(VERSION) PACKAGE=$(PACKAGE) DESTDIR=$(DESTDIR); \ done check: diff --git a/createrepo.spec b/createrepo.spec index 056b646..98a64a3 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -31,8 +31,12 @@ rpm packages %doc ChangeLog README %{_datadir}/%{name}/* %{_bindir}/%{name} +%{_mandir}/man8/createrepo.8* %changelog +* Tue Jan 18 2005 Seth Vidal +- add man page + * Mon Jan 17 2005 Seth Vidal - 0.4.2