mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
6eead746c2
commit
2a7dcebfbb
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 \
|
mkinstalldirs install-sh \
|
||||||
version.texi \
|
version.texi \
|
||||||
libobjects.info libobjects.texi \
|
libobjects.info libobjects.texi \
|
||||||
|
objective-c.info objective-c.texi \
|
||||||
texinfo.tex \
|
texinfo.tex \
|
||||||
gcc-class.patch gcc-string.patch \
|
gcc-class.patch gcc-string.patch \
|
||||||
gcc-dynamic.patch NSBundle.README \
|
gcc-dynamic.patch NSBundle.README \
|
||||||
|
@ -375,6 +376,7 @@ CREDITS MACHINES \
|
||||||
Makefile.in configure.in objects/config.h.in objects/stdobjects.h.in \
|
Makefile.in configure.in objects/config.h.in objects/stdobjects.h.in \
|
||||||
config.nested.c config.nextcc.h config.nextrt.m \
|
config.nested.c config.nextcc.h config.nextrt.m \
|
||||||
libobjects.texi \
|
libobjects.texi \
|
||||||
|
objective-c.texi \
|
||||||
$(GNU_MFILES) \
|
$(GNU_MFILES) \
|
||||||
$(GNU_CFILES) \
|
$(GNU_CFILES) \
|
||||||
$(GNU_HEADERS) \
|
$(GNU_HEADERS) \
|
||||||
|
@ -479,7 +481,7 @@ version.texi: Makefile.in
|
||||||
echo '@set OBJECTS_FTP_DIRECTORY' $(OBJECTS_FTP_DIRECTORY) \
|
echo '@set OBJECTS_FTP_DIRECTORY' $(OBJECTS_FTP_DIRECTORY) \
|
||||||
>> $(srcdir)/version.texi; fi
|
>> $(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
|
dvi: libobjects.dvi
|
||||||
libobjects.dvi: libobjects.texi version.texi
|
libobjects.dvi: libobjects.texi version.texi
|
||||||
@echo Sorry, libobjects/texinfo.tex still needs work.
|
@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
|
libobjects.info: libobjects.texi todo.texi version.texi
|
||||||
$(MAKEINFO) $(srcdir)/libobjects.texi
|
$(MAKEINFO) $(srcdir)/libobjects.texi
|
||||||
|
objective-c.info: objective-c.texi
|
||||||
|
$(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