mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
77e0bd0b3d
commit
c5d1cd9182
1 changed files with 6 additions and 4 deletions
|
@ -47,12 +47,12 @@ libobjects.texi \
|
||||||
news.texi \
|
news.texi \
|
||||||
objective-c.texi \
|
objective-c.texi \
|
||||||
readme.texi \
|
readme.texi \
|
||||||
todo.texi
|
todo.texi \
|
||||||
|
machines.texi
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
info: libobjects.info objective-c.info \
|
info: TODO INSTALL NEWS README ANNOUNCE ADVERTISEMENT
|
||||||
TODO INSTALL NEWS README ANNOUNCE ADVERTISEMENT
|
|
||||||
dvi: libobjects.dvi objective-c.dvi
|
dvi: libobjects.dvi objective-c.dvi
|
||||||
|
|
||||||
version.texi: $(srcdir)/../Version
|
version.texi: $(srcdir)/../Version
|
||||||
|
@ -75,8 +75,10 @@ objective-c.dvi: objective-c.texi
|
||||||
|
|
||||||
libobjects.info: libobjects.texi todo.texi version.texi
|
libobjects.info: libobjects.texi todo.texi version.texi
|
||||||
@echo Sorry, makeinfo does not yet support Objective C documentation.
|
@echo Sorry, makeinfo does not yet support Objective C documentation.
|
||||||
|
:$(MAKEINFO) $(srcdir)/libobjects.texi
|
||||||
objective-c.info: objective-c.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
|
TODO: todo.texi version.texi
|
||||||
$(MAKEINFO) -o TODO -D TODO_ONLY \
|
$(MAKEINFO) -o TODO -D TODO_ONLY \
|
||||||
--no-header --no-split $(srcdir)/todo.texi
|
--no-header --no-split $(srcdir)/todo.texi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue