chiark / gitweb /
Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
[mLib] / .skelrc
CommitLineData
0875b58f 1;;; -*-emacs-lisp-*-
2
3(setq skel-alist
4 (append
5 '((author . "Straylight/Edgeware")
6 (full-title . "the mLib utilities library")
300a6391 7 (library . "mLib")
250a0a23 8 (licence-text . skelrc-lgpl))
0875b58f 9 skel-alist))