You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by fi...@apache.org on 2007/10/10 02:16:41 UTC

svn commit: r583330 - /labs/webarch/trunk/http/draft-fielding-http/Makefile

Author: fielding
Date: Tue Oct  9 17:16:36 2007
New Revision: 583330

URL: http://svn.apache.org/viewvc?rev=583330&view=rev
Log:
make path a bit more generic

Modified:
    labs/webarch/trunk/http/draft-fielding-http/Makefile

Modified: labs/webarch/trunk/http/draft-fielding-http/Makefile
URL: http://svn.apache.org/viewvc/labs/webarch/trunk/http/draft-fielding-http/Makefile?rev=583330&r1=583329&r2=583330&view=diff
==============================================================================
--- labs/webarch/trunk/http/draft-fielding-http/Makefile (original)
+++ labs/webarch/trunk/http/draft-fielding-http/Makefile Tue Oct  9 17:16:36 2007
@@ -1,4 +1,4 @@
-saxpath = "/Users/fielding/java/saxon-8-9-j/saxon8.jar:."
+saxpath = "$(HOME)/java/saxon-8-9-j/saxon8.jar:."
 saxon = java -classpath $(saxpath) net.sf.saxon.Transform -novw
 
 stylesheet = rfc2629.xslt



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org