X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fmake-deps.el;h=5b6db6986dc0953d41a3564ede46a6aba7ffc11c;hb=23a4d09773ebdb8b3b5d45b6fa5196190228f52d;hp=a1cd731fb08e46aa924a4559bcbf5afa35d16377;hpb=f0dfda5c7797f9db81ce35d270fe0ac406c7fca1;p=notmuch diff --git a/emacs/make-deps.el b/emacs/make-deps.el index a1cd731f..5b6db698 100644 --- a/emacs/make-deps.el +++ b/emacs/make-deps.el @@ -15,10 +15,12 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with Notmuch. If not, see . +;; along with Notmuch. If not, see . ;; ;; Authors: Austin Clements +;;; Code: + (defun batch-make-deps () "Invoke `make-deps' for each file on the command line." @@ -64,3 +66,5 @@ rules will be given relative to DIR, or `default-directory'." (file-name-sans-extension (file-relative-name fname dir))))))))) (end-of-file nil)))) + +;;; make-deps.el ends here