mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(ADMIN_FILES): Added tasks.
(tasks): New target. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@567 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
26922c392d
commit
b7c545fd3b
1 changed files with 6 additions and 1 deletions
|
@ -34,7 +34,8 @@ include $(srcdir)/../Makeconf
|
|||
ADMIN_FILES = \
|
||||
HOWTO-patches \
|
||||
example.patch \
|
||||
volunteers
|
||||
volunteers \
|
||||
tasks
|
||||
|
||||
RCS_FILES = Makefile.in
|
||||
DIST_FILES = $(RCS_FILES) $(ADMIN_FILES)
|
||||
|
@ -43,6 +44,10 @@ Makefile: $(srcdir)/Makefile.in ../config.status
|
|||
cd ..; $(SHELL) config.status
|
||||
../config.status:
|
||||
cd ..; $(SHELL) configure --no-create
|
||||
tasks: ../doc/todo.texi
|
||||
rm -f tasks
|
||||
(cd ../doc; $(MAKE) -$(MAKEFLAGS) $(MAKEDEFINES) TODO)
|
||||
cp ../doc/TODO ./tasks
|
||||
|
||||
mostlyclean:
|
||||
rm -f *~
|
||||
|
|
Loading…
Reference in a new issue