mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(version.texi): Output FTP vars only if non-empty.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
81a9463c2c
commit
56f09fbdf1
1 changed files with 8 additions and 5 deletions
13
Makefile.in
13
Makefile.in
|
@ -327,13 +327,16 @@ stdobjects.m: objects/stdobjects.h
|
|||
|
||||
version.texi: Makefile
|
||||
rm -f $(srcdir)/version.texi
|
||||
echo '@set OBJECTS_VERSION' $(OBJECTS_VERSION) > $(srcdir)/version.texi
|
||||
echo '@set OBJECTS_VERSION' $(OBJECTS_VERSION) \
|
||||
> $(srcdir)/version.texi
|
||||
echo '@set OBJECTS_GCC_VERSION' $(OBJECTS_GCC_VERSION) \
|
||||
>> $(srcdir)/version.texi
|
||||
echo '@set OBJECTS_FTP_MACHINE $(OBJECTS_FTP_MACHINE) \
|
||||
>> $(srcdir)/version.texi
|
||||
echo '@set OBJECTS_FTP_DIRECTORY $(OBJECTS_FTP_DIRECTORY) \
|
||||
>> $(srcdir)/version.texi
|
||||
if [ $(OBJECTS_FTP_MACHINE) ]; then \
|
||||
echo '@set OBJECTS_FTP_MACHINE' $(OBJECTS_FTP_MACHINE) \
|
||||
>> $(srcdir)/version.texi; fi
|
||||
if [ $(OBJECTS_FTP_DIRECTORY) ]; then \
|
||||
echo '@set OBJECTS_FTP_DIRECTORY' $(OBJECTS_FTP_DIRECTORY) \
|
||||
>> $(srcdir)/version.texi; fi
|
||||
|
||||
info: libobjects.info TODO INSTALL NEWS README ANNOUNCE
|
||||
dvi: libobjects.texi version.texi
|
||||
|
|
Loading…
Reference in a new issue