Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0605ec8e
Commit
0605ec8e
authored
Jun 12, 2013
by
Glenn Morris
Browse files
* admin/admin.el (manual-style-string): Use new file manual.css.
parent
d652f4d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
admin/ChangeLog
admin/ChangeLog
+5
-2
admin/admin.el
admin/admin.el
+1
-1
No files found.
admin/ChangeLog
View file @
0605ec8e
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>
...
...
admin/admin.el
View file @
0605ec8e
...
...
@@ -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
(
'/s
tyle
.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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment