Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2a2cb2141d8d27f0fa3c7c965796ff5887b2aec9
commit 2a2cb2141d8d27f0fa3c7c965796ff5887b2aec9 Author: VMiklos <[EMAIL PROTECTED]> Date: Thu Sep 20 14:07:23 2007 +0200 git-1.5.3.2-1-x86_64 - move docdir/html to docdir as the html dir also contains a mix of html and plain text documents - remove a broken symlink - typo fix in README.Frugalware diff --git a/source/devel-extra/git/FrugalBuild b/source/devel-extra/git/FrugalBuild index 8b1e6b1..e238c59 100644 --- a/source/devel-extra/git/FrugalBuild +++ b/source/devel-extra/git/FrugalBuild @@ -55,7 +55,9 @@ build() make V=1 CLFAGS="$CFLAGS" ASCIIDOC8=YesPlease ETC_GITCONFIG=/etc/gitconfig all doc test || return 1 Fmakeinstall install-doc ETC_GITCONFIG=/etc/gitconfig mandir=/usr/share/man Ffilerel perl/private-Error.pm /usr/lib/perl5/site_perl/current/Error.pm - make -C Documentation WEBDOC_DEST=$Fdestdir/usr/share/doc/$pkgname-$pkgver/html install-webdoc || return 1 + make -C Documentation WEBDOC_DEST=$Fdestdir/usr/share/doc/$pkgname-$pkgver install-webdoc || return 1 + # broken symlink + Frm /usr/share/doc/git-$pkgver/index.html Fdocrel Documentation/SubmittingPatches Fdocrel Documentation/technical diff --git a/source/devel-extra/git/README.Frugalware b/source/devel-extra/git/README.Frugalware index 1cc505f..54f8e10 100644 --- a/source/devel-extra/git/README.Frugalware +++ b/source/devel-extra/git/README.Frugalware @@ -3,6 +3,6 @@ If you want to set up a web interface for your git repositories, then: * install the `gitweb` package -* edit edit `/etc/gitweb.conf` so that `$projectroot` will point to the +* edit `/etc/gitweb.conf` so that `$projectroot` will point to the repository directory * restart `apache` so that the `gitweb` configuration will be included. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
