On Thu, Jul 16, 2009 at 06:33:39AM -0700, Matt Kraai wrote: > On Thu, Jul 16, 2009 at 10:08:11AM +0200, Alexandre Magaz Graça wrote: > > When I try to access to Debian Reference Guide from this link > > http://www.debian.org/doc/manuals/reference/index.en.html > > > > I get this: > > Forbidden > > [..] > I just tried that link and it worked for me. Are you still > experiencing this issue?
As for developer-reference, it's because you use ftp.us.d.o. It's still broken from Europe, because of absolute symlinks. Here attached is the patch against the quick-reference makefile I've commited. Best regards. -- Simon Paillard
Index: Makefile =================================================================== --- Makefile (révision 6797) +++ Makefile (copie de travail) @@ -301,7 +301,7 @@ -mkdir -p $(DRPUBLISHDIR) # -rm -rf $(DRPUBLISHDIR)/debian-reference -rm -f $(PUBLISHDIR)/reference - -ln -sf $(DRPUBLISHDIR) $(PUBLISHDIR)/reference + -ln -sf ../debian-reference $(PUBLISHDIR)/reference $(MAKE) html txt css PUBLISHDIR=$(PUBLISHDIR) "LANGPO=$(LANGPO)" $(MAKE) -C sgml all PUBLISHDIR=$(DRPUBLISHDIR) "LANG_ALL=$(LANGSGML)" # ls -lR $(PUBLISHDIR)