guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile-gnome developer information out of date


From: Mark Flacy
Subject: Guile-gnome developer information out of date
Date: Thu, 05 Jan 2006 08:10:18 +0000

Greetings,

On http://www.gnu.org/software/guile-gnome/dev/ the instructions to access the 
canonical archive are practically useless.

It states....


guile-gnome uses GNU Arch as a revision-control system. The canonical archive 
is main-archive, and is hosted at main-archive-url.

...where the last "main-archive-url" is a link to...

http://www.gnu.org/software/guile-gnome/dev/unquote=

...and, yes, the trailing unquote= is part of the URL.

There's at least one rather silly error in common.mk, where...

PKG_PATH = $(shell echo $(AG_PACKAGES:%=$(top_srcdir)/% $(srcdir)) | sed 's, 
,:,g')

...really should be...

PKG_PATH = $(shell echo $(AG_PACKAGES:%=$(top_srcdir)/% )$(srcdir) | sed 's, 
,:,g')

...since I don't think that you need to look in $(srcdir) between each and 
every 
package listed in AG_PACKAGES.

I tried to pull from wingo's archive, but he's got a tag from address@hidden

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]