[Rt-commit] r12324 - rt/branches/3.8-TESTING

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu May 15 05:59:34 EDT 2008


Author: sunnavy
Date: Thu May 15 05:59:30 2008
New Revision: 12324

Modified:
   rt/branches/3.8-TESTING/Makefile.in

Log:
updated Makefile.in for the layout change stuff

Modified: rt/branches/3.8-TESTING/Makefile.in
==============================================================================
--- rt/branches/3.8-TESTING/Makefile.in	(original)
+++ rt/branches/3.8-TESTING/Makefile.in	Thu May 15 05:59:30 2008
@@ -403,7 +403,7 @@
 # {{{ html-install
 html-install:
 	[ -d $(DESTDIR)/$(MASON_HTML_PATH) ] || mkdir -p $(DESTDIR)/$(MASON_HTML_PATH)
-	-cp -rp ./html/* $(DESTDIR)/$(MASON_HTML_PATH)
+	-cp -rp ./share/html/* $(DESTDIR)/$(MASON_HTML_PATH)
 # }}}
 
 # {{{ doc-install


More information about the Rt-commit mailing list