changeset 2468:b44cb33c75da

Remove trailing slashes.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 24 Oct 2006 07:09:46 +0100
parents fe43f6a7e6d0
children 27750982e99e
files GNUmakefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Tue Oct 24 07:09:37 2006 +0100
+++ b/GNUmakefile	Tue Oct 24 07:09:46 2006 +0100
@@ -12,9 +12,9 @@
 ALL_PLATFORMS=arm cygwin darwin-ppc darwin-x86 debian freebsd4-x86 freebsd6-x86 linux-x86 linux-64 mingw mipsel
 PLATFORMS=darwin-ppc darwin-x86 mingw linux-x86 linux-64 freebsd-x86 cygwin
 
-LILYPOND_CVS_REPODIR=downloads/lilypond.cvs/
-LILYPOND_CVSDIR=$(LILYPOND_CVS_REPODIR)/$(BRANCH)/
-LILYPOND_GITDIR=downloads/lilypond.git/
+LILYPOND_CVS_REPODIR=downloads/lilypond.cvs
+LILYPOND_CVSDIR=$(LILYPOND_CVS_REPODIR)/$(BRANCH)
+LILYPOND_GITDIR=downloads/lilypond.git
 LILYPOND_BRANCH=$(BRANCH)
 
 # for CVS
@@ -316,7 +316,7 @@
 
 unlocked-doc-export:
 	$(PYTHON) test-lily/rsync-lily-doc.py --recreate --output-distance \
-		$(LILYPOND_CVSDIR)/buildscripts/output-distance.py $(NATIVE_LILY_BUILD)/out-www/web-root/
+		$(LILYPOND_CVSDIR)/buildscripts/output-distance.py $(NATIVE_LILY_BUILD)/out-www/web-root
 
 doc-export:
 	$(PYTHON) test-lily/with-lock.py --skip $(DOC_LOCK) $(MAKE) unlocked-doc-export