aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/admin.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 6c9ed389528..bf37688c337 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12013-03-12 Glenn Morris <rgm@gnu.org>
2
3 * admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
4
12013-03-11 Glenn Morris <rgm@gnu.org> 52013-03-11 Glenn Morris <rgm@gnu.org>
2 6
3 * admin.el (make-manuals): Add emacs-lisp-intro and some more 7 * admin.el (make-manuals): Add emacs-lisp-intro and some more
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"