]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/admin.el (manual-style-string): Use new file manual.css.
authorGlenn Morris <rgm@gnu.org>
Thu, 13 Jun 2013 06:18:57 +0000 (23:18 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 Jun 2013 06:18:57 +0000 (23:18 -0700)
admin/ChangeLog
admin/admin.el

index ac6031fa205b5ba89d16076c8037b54cdcb5af10..8fdfe3965b1c4674874199fc63f15d20e38abed3 100644 (file)
@@ -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>
 
index cb7eaead27f89e71ff9370a80b15a6780952d62e..8366207f5b099015a673eb02d248a71b84f2ea9f 100644 (file)
@@ -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)))