(check-declare): New target.
This commit is contained in:
parent
2e49e9f7f7
commit
63150f3c46
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-11-17 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (check-declare): New target.
|
||||
|
||||
2007-10-31 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (install): Change ownership of installed files.
|
||||
|
|
|
@ -276,3 +276,9 @@ maintainer-clean: distclean
|
|||
|
||||
extraclean: maintainer-clean
|
||||
-rm -f *~ \#* m/?*~ s/?*~
|
||||
|
||||
.PHONY: check-declare
|
||||
|
||||
check-declare:
|
||||
$(RUN-EMACS) -l $(buildlisppath)/emacs-lisp/check-declare \
|
||||
--eval '(check-declare-directory "$(srcdir)")'
|
||||
|
|
Loading…
Add table
Reference in a new issue