mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(TOP_FILES): New variable.
(dist): Copy TOP_FILES. (version.texi): Remove $(MAKEFLAGS). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@424 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d8dcc3b026
commit
020b63a609
1 changed files with 5 additions and 2 deletions
|
@ -57,7 +57,7 @@ info: libobjects.info objective-c.info \
|
|||
dvi: libobjects.dvi objective-c.dvi
|
||||
|
||||
version.texi: ../Makefile.in
|
||||
cd ..; $(MAKE) $(MAKEFLAGS) doc/version.texi
|
||||
cd ..; $(MAKE) doc/version.texi
|
||||
|
||||
libobjects.dvi: libobjects.texi version.texi
|
||||
$(TEXI2DVI) $(srcdir)/libobjects.texi
|
||||
|
@ -111,9 +111,12 @@ realclean: distclean
|
|||
dist-dir: $(srcdir)/../.fname
|
||||
@echo Run "make dist" from the parent directory.
|
||||
|
||||
dist: $(DISTFILES) dist-dir
|
||||
TOP_FILES = ../TODO ../INSTALL ../README ../ANNOUNCE ../NEWS ../ADVERTISEMENT
|
||||
|
||||
dist: $(DISTFILES) dist-dir $(TOP_FILES)
|
||||
mkdir $(srcdir)/../`cat $(srcdir)/../.fname`/doc
|
||||
ln $(DISTFILES) $(srcdir)/../`cat $(srcdir)/../.fname`/doc
|
||||
ln $(TOP_FILES) $(srcdir)/../`cat $(srcdir)/../.fname`
|
||||
|
||||
Makefile: Makefile.in
|
||||
cd $(srcdir)/..; $(SHELL) config.status
|
||||
|
|
Loading…
Reference in a new issue