X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fmake-deps.el;h=5b6db6986dc0953d41a3564ede46a6aba7ffc11c;hp=a1cd731fb08e46aa924a4559bcbf5afa35d16377;hb=4f2a7993a54dacbe5699f3d6195e13de2c1af2b5;hpb=68720286ebc5bf53c2b89a3486b7fcd691443783 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