[or-cvs] Remove ././././././ from links
Peter Palfrader
weasel at seul.org
Fri Mar 31 05:28:16 UTC 2006
Update of /home/or/cvsroot/website
In directory moria:/tmp/cvs-serv26293
Modified Files:
Makefile
Log Message:
Remove ././././././ from links
Index: Makefile
===================================================================
RCS file: /home/or/cvsroot/website/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -d -r1.16 -r1.17
--- Makefile 15 Mar 2006 19:33:30 -0000 1.16
+++ Makefile 31 Mar 2006 05:28:13 -0000 1.17
@@ -17,11 +17,11 @@ include $(WMLBASE)/Makefile.common
all: $(SUBDIRS)
docs:
- $(MAKE) -C "$@" WMLBASE=../$(WMLBASE)
+ $(MAKE) -C "$@" WMLBASE=..
eff:
- $(MAKE) -C "$@" WMLBASE=../$(WMLBASE)
+ $(MAKE) -C "$@" WMLBASE=..
gui:
- $(MAKE) -C "$@" WMLBASE=../$(WMLBASE)
+ $(MAKE) -C "$@" WMLBASE=..
# XXX: this also depends on all subs' wmlfiles. How to fix?
translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
More information about the tor-commits
mailing list