* admin/admin.el (manual-style-string): Use new file manual.css.
This commit is contained in:
parent
d652f4d02f
commit
0605ec8e4f
2 changed files with 6 additions and 3 deletions
|
|
@ -1,9 +1,12 @@
|
|||
2013-06-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* admin.el (manual-style-string): Use new file manual.css.
|
||||
|
||||
2013-06-02 Eric Ludlam <zappo@gnu.org>
|
||||
|
||||
* grammars/srecode-template.wy (variable): Accept a single number
|
||||
as a variable value. Allows the 'priority' to be set to a number.
|
||||
(wisent-srecode-template-lexer): Move number up so it can be
|
||||
created.
|
||||
(wisent-srecode-template-lexer): Move number up so it can be created.
|
||||
|
||||
2013-05-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -271,7 +271,7 @@ Root must be the root of an Emacs source tree."
|
|||
<meta name=\"DC.title\" content=\"gnu.org\">\n\n")
|
||||
|
||||
(defconst manual-style-string "<style type=\"text/css\">
|
||||
@import url('/style.css');\n</style>\n")
|
||||
@import url('/s/emacs/manual.css');\n</style>\n")
|
||||
|
||||
(defun manual-misc-html (name root html-node-dir html-mono-dir)
|
||||
(let ((texi (expand-file-name (format "doc/misc/%s.texi" name) root)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue