From: Bruno Haible Date: Tue, 15 Jan 2008 11:09:00 +0000 (+0000) Subject: Remove the conversion step .tex -> .texi. X-Git-Tag: cln_1-2-0~11 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=c3feefd8ab1c1568fde62ee9bae07a4bf9f3e195;p=cln.git Remove the conversion step .tex -> .texi. --- diff --git a/doc/addnodes.el b/doc/addnodes.el deleted file mode 100644 index 130c0d4..0000000 --- a/doc/addnodes.el +++ /dev/null @@ -1,17 +0,0 @@ -;; Emacs Lisp program to insert nodes and menus in a TeXinfo file. - -(texinfo-mode) -(texinfo-insert-node-lines - (save-excursion (beginning-of-buffer) (point)) - (save-excursion (end-of-buffer) (point)) - t -) -(texinfo-master-menu t) -;; The following is not needed because it is already done by the -;; (texinfo-master-menu t) command. -; (texinfo-every-node-update) -;; The following should not be needed because it should already done by the -;; (texinfo-master-menu t) command. Alas, `texinfo-master-menu' is buggy: -;; It forgets to create the `Customizing' menu... -(texinfo-all-menus-update) -