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)
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep