(TEXI_FILES): Added machines.texi.

(info): Removed libobjects.texi and objective-c.texi.
(objective-c): Print apology about makeinfo.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@449 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-06-28 22:31:35 +00:00
parent a6512526f4
commit 027d1793f3

View file

@ -47,12 +47,12 @@ libobjects.texi \
news.texi \
objective-c.texi \
readme.texi \
todo.texi
todo.texi \
machines.texi
all:
info: libobjects.info objective-c.info \
TODO INSTALL NEWS README ANNOUNCE ADVERTISEMENT
info: TODO INSTALL NEWS README ANNOUNCE ADVERTISEMENT
dvi: libobjects.dvi objective-c.dvi
version.texi: $(srcdir)/../Version
@ -75,8 +75,10 @@ objective-c.dvi: objective-c.texi
libobjects.info: libobjects.texi todo.texi version.texi
@echo Sorry, makeinfo does not yet support Objective C documentation.
:$(MAKEINFO) $(srcdir)/libobjects.texi
objective-c.info: objective-c.texi
$(MAKEINFO) $(srcdir)/objective-c.texi
@echo Sorry, makeinfo does not yet support Objective C documentation.
:$(MAKEINFO) $(srcdir)/objective-c.texi
TODO: todo.texi version.texi
$(MAKEINFO) -o TODO -D TODO_ONLY \
--no-header --no-split $(srcdir)/todo.texi