(force-info, info): New targets.
This commit is contained in:
parent
e65be2d536
commit
fd1f2f1e99
1 changed files with 15 additions and 0 deletions
|
@ -214,6 +214,15 @@ install-other-dirs-gmake:
|
|||
$(MAKE) $(MFLAGS) -C ../lisp install
|
||||
$(MAKE) $(MFLAGS) -C ../leim install
|
||||
|
||||
force-info:
|
||||
# Note that man/makefile knows how to
|
||||
# put the info files in $(infodir),
|
||||
# so we can do ok running make in the build dir.
|
||||
info: force-info
|
||||
(cd ..\man && $(MAKE) $(MFLAGS) info)
|
||||
(cd ..\lispref && $(MAKE) $(MFLAGS) info)
|
||||
(cd ..\lispintro && $(MAKE) $(MFLAGS) info)
|
||||
|
||||
#
|
||||
# Maintenance
|
||||
#
|
||||
|
@ -229,8 +238,14 @@ clean-other-dirs-nmake:
|
|||
$(MAKE) $(MFLAGS) clean
|
||||
cd ..\lisp
|
||||
$(MAKE) $(MFLAGS) clean
|
||||
cd ..\lispintro
|
||||
$(MAKE) $(MFLAGS) clean
|
||||
cd ..\lispref
|
||||
$(MAKE) $(MFLAGS) clean
|
||||
cd ..\leim
|
||||
$(MAKE) $(MFLAGS) clean
|
||||
cd ..\man
|
||||
$(MAKE) $(MFLAGS) clean
|
||||
cd ..\nt
|
||||
|
||||
clean-other-dirs-gmake:
|
||||
|
|
Loading…
Add table
Reference in a new issue