[csw-devel] SF.net SVN: gar:[14111] csw/mgar/pkg/lang-python/quixote/trunk/Makefile

skayser at users.sourceforge.net skayser at users.sourceforge.net
Sat Apr 9 00:19:37 CEST 2011


Revision: 14111
          http://gar.svn.sourceforge.net/gar/?rev=14111&view=rev
Author:   skayser
Date:     2011-04-08 22:19:37 +0000 (Fri, 08 Apr 2011)

Log Message:
-----------
lang-python/quixote/trunk: fix docdir location

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/quixote/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/quixote/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/quixote/trunk/Makefile	2011-04-08 22:18:33 UTC (rev 14110)
+++ csw/mgar/pkg/lang-python/quixote/trunk/Makefile	2011-04-08 22:19:37 UTC (rev 14111)
@@ -27,8 +27,8 @@
 include gar/category.mk
 
 post-install-modulated:
-	mkdir -p $(DESTDIR)$(docdir)/$(PACKAGES)
-	gcp -r $(WORKSRC)/doc/* $(DESTDIR)$(docdir)/$(PACKAGES)
+	mkdir -p $(DESTDIR)$(docdir)/$(CATALOGNAME)
+	gcp -r $(WORKSRC)/doc/* $(DESTDIR)$(docdir)/$(CATALOGNAME)
 	@$(MAKECOOKIE)
 
 # Install changelog.CSW


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