Package name change.

This commit is contained in:
David Keegan 2013-10-20 11:13:59 +01:00
parent f89fd04cf7
commit f1e9b5e1f0
7 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# Miscellaneous Utilities.
# Miscellaneous Utilities (dklrt).
# (c) David Keegan 2011-06-28.
from __future__ import print_function

View file

@ -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.

View file

@ -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 *

View file

@ -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")))

View file

@ -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)

View file

@ -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"))

View file

@ -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{} 20102013 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