mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(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:
parent
a6512526f4
commit
027d1793f3
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue