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/09 01:37:22 UTC

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

Author: fielding
Date: Mon Oct  8 16:37:21 2007
New Revision: 583001

URL: http://svn.apache.org/viewvc?rev=583001&view=rev
Log:
And one file to make them all (assuming you have a saxon script).


Added:
    labs/webarch/trunk/http/draft-fielding-http/Makefile   (with props)

Added: labs/webarch/trunk/http/draft-fielding-http/Makefile
URL: http://svn.apache.org/viewvc/labs/webarch/trunk/http/draft-fielding-http/Makefile?rev=583001&view=auto
==============================================================================
--- labs/webarch/trunk/http/draft-fielding-http/Makefile (added)
+++ labs/webarch/trunk/http/draft-fielding-http/Makefile Mon Oct  8 16:37:21 2007
@@ -0,0 +1,17 @@
+stylesheet = rfc2629.xslt
+
+TARGETS = p1-messaging.html p2-semantics.html p3-payload.html \
+          p4-conditional.html p5-range.html p6-cache.html \
+          p7-auth.html p8-cookies.html rfc2616.html \
+          rfc2617.html rfc2965.html rfc4234.html
+
+TARGETS = rfc2616.html rfc2617.html rfc2965.html rfc4234.html
+
+all: $(TARGETS)
+
+clean:
+	rm -f $(TARGETS)
+
+%.html: %.xml $(stylesheet)
+	saxon $< $(stylesheet) > $@
+

Propchange: labs/webarch/trunk/http/draft-fielding-http/Makefile
------------------------------------------------------------------------------
    svn:eol-style = native



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