mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(DIST_FILES): Add objective-c.texi objective-c.info.
(RCS_FILES): Add objective-c.texi. (objective-c.info): New target. (info): Add objective-c.info. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@303 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a6e51f23b
commit
56b919e6c2
1 changed files with 5 additions and 1 deletions
|
@ -348,6 +348,7 @@ config.guess config.nested.c config.nextcc.h config.nextrt.m \
|
|||
mkinstalldirs install-sh \
|
||||
version.texi \
|
||||
libobjects.info libobjects.texi \
|
||||
objective-c.info objective-c.texi \
|
||||
texinfo.tex \
|
||||
gcc-class.patch gcc-string.patch \
|
||||
gcc-dynamic.patch NSBundle.README \
|
||||
|
@ -375,6 +376,7 @@ CREDITS MACHINES \
|
|||
Makefile.in configure.in objects/config.h.in objects/stdobjects.h.in \
|
||||
config.nested.c config.nextcc.h config.nextrt.m \
|
||||
libobjects.texi \
|
||||
objective-c.texi \
|
||||
$(GNU_MFILES) \
|
||||
$(GNU_CFILES) \
|
||||
$(GNU_HEADERS) \
|
||||
|
@ -479,7 +481,7 @@ version.texi: Makefile.in
|
|||
echo '@set OBJECTS_FTP_DIRECTORY' $(OBJECTS_FTP_DIRECTORY) \
|
||||
>> $(srcdir)/version.texi; fi
|
||||
|
||||
info: libobjects.info TODO INSTALL NEWS README ANNOUNCE
|
||||
info: libobjects.info TODO INSTALL NEWS README ANNOUNCE objective-c.info
|
||||
dvi: libobjects.dvi
|
||||
libobjects.dvi: libobjects.texi version.texi
|
||||
@echo Sorry, libobjects/texinfo.tex still needs work.
|
||||
|
@ -487,6 +489,8 @@ libobjects.dvi: libobjects.texi version.texi
|
|||
|
||||
libobjects.info: libobjects.texi todo.texi version.texi
|
||||
$(MAKEINFO) $(srcdir)/libobjects.texi
|
||||
objective-c.info: objective-c.texi
|
||||
$(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