From 896dd364d530e558c53d810e5f1a9606d3d72e98 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 20 Aug 2010 14:36:33 -0400 Subject: Get ready to have version-specific doc URLs. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 213e69b8..ce84d701 100644 --- a/Makefile +++ b/Makefile @@ -85,3 +85,9 @@ publish: cp doc/_build/px/*.px $(WEBHOME) rm -f $(WEBHOME)/sample_html/*.* cp doc/sample_html/*.* $(WEBHOME)/sample_html + +publishbeta: + rm -f $(WEBHOME)/beta/*.px + cp doc/_build/px/*.px $(WEBHOME)/beta + rm -f $(WEBHOME)/beta/sample_html/*.* + cp doc/sample_html/*.* $(WEBHOME)/beta/sample_html -- cgit v1.2.1