Skip to content

Commit 9c0fed6

Browse files
committed
rename manual texi during erk-new
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
1 parent af8c54a commit 9c0fed6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/manual.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ working with Elisp packages, Elisp Repo Kit provides shortcuts:
7272
├── doc
7373
│ ├── README.org # generates README.md
7474
│ ├── CONTRIBUTING.org # generates CONTRIBUTING.md
75-
│ ├── manual.org # actual manual
76-
│ └── manual.texi # generated manual for distribution
75+
│ ├── manual.org # actual manual source
76+
│ └── erk.texi # generated manual for distribution
7777
7878
├── lisp
7979
│ └── erk.el # the package

lisp/erk.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ you can redistribute it and/or modify
126126
;; these tweaks will be gladly accepted.
127127
(defconst erk--rename-maps
128128
'(("lisp/" "%s.el" nil)
129-
("test/" "%s-test.el" nil))
129+
("test/" "%s-test.el" nil)
130+
("doc/" "%s.texi" nil))
130131
"List of (DIR SRC DEST) forms.")
131132

132133
(defconst erk--files-with-strings

0 commit comments

Comments
 (0)