mirror of
https://github.com/davidkeegan/dklrt
synced 2024-12-25 09:59:19 +01:00
Package name change.
This commit is contained in:
parent
f89fd04cf7
commit
f1e9b5e1f0
7 changed files with 11 additions and 11 deletions
2
Misc.py
2
Misc.py
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
# Miscellaneous Utilities.
|
||||
# Miscellaneous Utilities (dklrt).
|
||||
# (c) David Keegan 2011-06-28.
|
||||
|
||||
from __future__ import print_function
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
# Recurring Transactions for Ledger.
|
||||
# Recurring Transactions for Ledger (dklrt).
|
||||
# (c) Kevin Keegan 2011-07-20.
|
||||
# (c) David Keegan 2011-08-06.
|
||||
|
||||
|
|
2
Time.py
2
Time.py
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
# Time and Date Utilities.
|
||||
# Time and Date Utilities (dklrt).
|
||||
# (c) David Keegan 2011-08-06.
|
||||
import sys, re
|
||||
from time import *
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; Generated by usMelpaBuild(dk.sh). Do not edit!
|
||||
(define-package "dklrc" "0.1"
|
||||
(define-package "dklrt" "0.1"
|
||||
"Ledger Recurring Transactions."
|
||||
'((emacs "24.1")))
|
||||
|
|
6
dklrt.el
6
dklrt.el
|
@ -1,4 +1,4 @@
|
|||
;;; dklrc.el --- Ledger Recurring Transactions.
|
||||
;;; dklrt.el --- Ledger Recurring Transactions.
|
||||
|
||||
;; Copyright: (c) David Keegan 2011-2013.
|
||||
;; Licence: FSF GPLv3.
|
||||
|
@ -6,7 +6,7 @@
|
|||
;; Version: 0.1
|
||||
;; Package-Requires: ((emacs "24.1"))
|
||||
;; Keywords: ledger ledger-cli recurring periodic automatic
|
||||
;; URL: https://github.com/davidkeegan/dklrc
|
||||
;; URL: https://github.com/davidkeegan/dklrt
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -15,4 +15,4 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(provide 'dklrc)
|
||||
(provide 'dklrt)
|
||||
|
|
|
@ -1 +1 @@
|
|||
(dklrc :fetcher github :repo "davidkeegan/dklrc" :files ("*.el" "*.texi" "dir" "*.py" "*.pyc"))
|
||||
(dklrt :fetcher github :repo "davidkeegan/dklrt" :files ("*.el" "*.texi" "dir" "*.py" "*.pyc"))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
|
||||
@c %**start of header
|
||||
@setfilename dklrc.info
|
||||
@setfilename dklrt.info
|
||||
@settitle Do List Mode 1.0
|
||||
@c %**end of header
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
@c updates the node pointers, which texinfmt.el needs.
|
||||
|
||||
@copying
|
||||
This manual is for emacs package dklrc version 1.0.
|
||||
This manual is for emacs package dklrt version 1.0.
|
||||
|
||||
Copyright @copyright{} 2010–2013 David Keegan.
|
||||
|
||||
|
@ -24,7 +24,7 @@ Foundation GNU Free Documentation Licence.
|
|||
|
||||
@dircategory Emacs misc features
|
||||
@direntry
|
||||
* Ledger Recurring Transactions: (dklrc).
|
||||
* Ledger Recurring Transactions: (dklrt).
|
||||
@end direntry
|
||||
|
||||
@documentencoding UTF-8
|
||||
|
|
Loading…
Reference in a new issue