bug-gnustep
[Top][All Lists]
Advanced

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

Re: darwin going upstream ?


From: Adam Fedor
Subject: Re: darwin going upstream ?
Date: Tue, 13 Feb 2007 22:22:10 -0700


On Feb 12, 2007, at 8:10 PM, Yves de Champlain wrote:
The build stops because a weird error :

...
gzip internals.ps -c > internals.ps.gz
no internals
gnumake[1]: no: Command not found
gnumake[1]: *** [internals/internals.html] Error 127
gnumake: *** [internals.all.doc.variables] Error 2


OK, I think I found the bug (commited to svn):

Index: Instance/Documentation/latex.make
===================================================================
--- Instance/Documentation/latex.make   (revision 24526)
+++ Instance/Documentation/latex.make   (working copy)
@@ -75,7 +75,7 @@
internal-doc-all_:: $(GNUSTEP_INSTANCE).tar.gz
$(GNUSTEP_INSTANCE)/$(GNUSTEP_INSTANCE).html: $(GNUSTEP_INSTANCE).dvi
-       $(LATEX2HTML) $(GNUSTEP_INSTANCE)
+       $(LATEX2HTML) $(GNUSTEP_INSTANCE).dvi
$(GNUSTEP_INSTANCE).tar.gz: $(GNUSTEP_INSTANCE)/$(GNUSTEP_INSTANCE).html
$(TAR) cfzX $(GNUSTEP_INSTANCE).tar.gz $(GNUSTEP_MAKEFILES)/tar- exclude-list $(GNUSTEP_INSTANCE)





reply via email to

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