mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
ec888253de
commit
e47b8a3828
1 changed files with 6 additions and 1 deletions
|
@ -34,7 +34,8 @@ include $(srcdir)/../Makeconf
|
||||||
ADMIN_FILES = \
|
ADMIN_FILES = \
|
||||||
HOWTO-patches \
|
HOWTO-patches \
|
||||||
example.patch \
|
example.patch \
|
||||||
volunteers
|
volunteers \
|
||||||
|
tasks
|
||||||
|
|
||||||
RCS_FILES = Makefile.in
|
RCS_FILES = Makefile.in
|
||||||
DIST_FILES = $(RCS_FILES) $(ADMIN_FILES)
|
DIST_FILES = $(RCS_FILES) $(ADMIN_FILES)
|
||||||
|
@ -43,6 +44,10 @@ Makefile: $(srcdir)/Makefile.in ../config.status
|
||||||
cd ..; $(SHELL) config.status
|
cd ..; $(SHELL) config.status
|
||||||
../config.status:
|
../config.status:
|
||||||
cd ..; $(SHELL) configure --no-create
|
cd ..; $(SHELL) configure --no-create
|
||||||
|
tasks: ../doc/todo.texi
|
||||||
|
rm -f tasks
|
||||||
|
(cd ../doc; $(MAKE) -$(MAKEFLAGS) $(MAKEDEFINES) TODO)
|
||||||
|
cp ../doc/TODO ./tasks
|
||||||
|
|
||||||
mostlyclean:
|
mostlyclean:
|
||||||
rm -f *~
|
rm -f *~
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue