[csw-devel] SF.net SVN: gar:[6287] csw/mgar/pkg/git/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Sep 13 01:25:55 CEST 2009
Revision: 6287
http://gar.svn.sourceforge.net/gar/?rev=6287&view=rev
Author: bdwalton
Date: 2009-09-12 23:25:55 +0000 (Sat, 12 Sep 2009)
Log Message:
-----------
git: update bash completion and doc handling
Modified Paths:
--------------
csw/mgar/pkg/git/trunk/Makefile
Modified: csw/mgar/pkg/git/trunk/Makefile
===================================================================
--- csw/mgar/pkg/git/trunk/Makefile 2009-09-12 21:05:55 UTC (rev 6286)
+++ csw/mgar/pkg/git/trunk/Makefile 2009-09-12 23:25:55 UTC (rev 6287)
@@ -115,7 +115,7 @@
BUILD_ARGS = MSGFMT=gmsgfmt SHELL_PATH=/opt/csw/bin/bash \
ETC_GITCONFIG=$(sysconfdir)/gitconfig V=1 \
ASCIIDOC_NO_ROFF=YesPlease \
- all doc
+ all
INSTALL_ARGS = ETC_GITCONFIG=$(sysconfdir)/gitconfig \
INSTALLDIRS=vendor \
@@ -138,6 +138,7 @@
post-build-modulated:
@echo Builing Emacs Git extension
@( cd $(WORKSRC); $(MAKE) -C contrib/emacs )
+ @( cd $(WORKSRC)/Documentation; $(MAKE) )
post-install-modulated: GD=$(DESTDIR)/$(datadir)/doc/$(GARNAME)
post-install-modulated:
@@ -157,6 +158,7 @@
cp -R Documentation/howto Documentation/technical $(GD)/; )
@echo Installing Bash Completion files
@( cd $(WORKSRC); \
+ mkdir -p $(DESTDIR)/$(bashconfdir); \
cp contrib/completion/* \
$(DESTDIR)/$(bashconfdir)/bash_completion.d/ )
@$(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list