aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
authorGlenn Morris2013-03-12 00:15:15 -0700
committerGlenn Morris2013-03-12 00:15:15 -0700
commitc07659054603ef1d7ce4eaeb5b79b50131abf265 (patch)
tree6493dc5e0851d752437ae5a10132ff3a82a77e46 /admin/admin.el
parentc69f46735f5bde557071785117eb0759829dc19c (diff)
downloademacs-c07659054603ef1d7ce4eaeb5b79b50131abf265.tar.gz
emacs-c07659054603ef1d7ce4eaeb5b79b50131abf265.zip
Tweaks for www.gnu.org html versions of manuals
* admin/admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG. * doc/emacs/emacs.texi (Top): Add some stuff specific to www.gnu.org. * doc/lispintro/emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org. * doc/lispref/elisp.texi: Add some stuff specific to www.gnu.org.
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 08d9039d4bc..ea08c0d1c74 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -268,6 +268,7 @@ This function also edits the HTML files so that they validate as
268HTML 4.01 Transitional, and pulls in the gnu.org stylesheet using 268HTML 4.01 Transitional, and pulls in the gnu.org stylesheet using
269the @import directive." 269the @import directive."
270 (call-process "makeinfo" nil nil nil 270 (call-process "makeinfo" nil nil nil
271 "-D" "WWW_GNU_ORG"
271 "-I" (expand-file-name "../emacs" 272 "-I" (expand-file-name "../emacs"
272 (file-name-directory texi-file)) 273 (file-name-directory texi-file))
273 "-I" (expand-file-name "../misc" 274 "-I" (expand-file-name "../misc"
@@ -293,6 +294,7 @@ the @import directive."
293 (unless (file-exists-p texi-file) 294 (unless (file-exists-p texi-file)
294 (error "Manual file %s not found" texi-file)) 295 (error "Manual file %s not found" texi-file))
295 (call-process "makeinfo" nil nil nil 296 (call-process "makeinfo" nil nil nil
297 "-D" "WWW_GNU_ORG"
296 "-I" (expand-file-name "../emacs" 298 "-I" (expand-file-name "../emacs"
297 (file-name-directory texi-file)) 299 (file-name-directory texi-file))
298 "-I" (expand-file-name "../misc" 300 "-I" (expand-file-name "../misc"