Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
799303b6
Commit
799303b6
authored
Oct 05, 2007
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix configuring `doc' due to changes in the directory structure.
parent
57df543c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
15 deletions
+9
-15
ChangeLog
ChangeLog
+5
-0
config.bat
config.bat
+4
-15
No files found.
ChangeLog
View file @
799303b6
2007-10-05 Eli Zaretskii <eliz@gnu.org>
* config.bat: Fix configuring `doc' due to changes in the
directory structure.
2007-09-16 Glenn Morris <rgm@gnu.org>
2007-09-16 Glenn Morris <rgm@gnu.org>
* make-dist: File gfdl.1 has been removed.
* make-dist: File gfdl.1 has been removed.
...
...
config.bat
View file @
799303b6
...
@@ -235,22 +235,11 @@ mv -f makefile.tmp Makefile
...
@@ -235,22 +235,11 @@ mv -f makefile.tmp Makefile
cd
..
cd
..
:oldx
1
:oldx
1
rem ----------------------------------------------------------------------
rem ----------------------------------------------------------------------
Echo
Configuring
the
manual
directory
...
Echo
Configuring
the
doc
directory
...
cd
man
cd
doc
sed
-f
../msdos/sed6.inp
<
Makefile
.in
>
Makefile
Rem The two variants for lispintro below is for when the shell
cd
..
rem ----------------------------------------------------------------------
Echo
Configuring
the
ELisp
manual
directory
...
cd
lispref
sed
-f
../msdos/sed6.inp
<
Makefile
.in
>
Makefile
cd
..
rem ----------------------------------------------------------------------
Echo
Configuring
the
ELisp
Introduction
manual
directory
...
Rem The two variants for the line below is for when the shell
Rem supports long file names but DJGPP does not
Rem supports long file names but DJGPP does not
if
exist
lispintro
\Makefile.in
cd
lispintro
for
%%d
in
(
emacs
lispref
lispintro
lispintr
misc
)
do
sed
-f
../msdos/sed6.inp
<
%%d
\Makefile.in
>
%%d
\Makefile
if
exist
lispintr
\Makefile.in
cd
lispintr
sed
-f
../msdos/sed6.inp
<
Makefile
.in
>
Makefile
cd
..
cd
..
rem ----------------------------------------------------------------------
rem ----------------------------------------------------------------------
Echo
Configuring
the
lisp
directory
...
Echo
Configuring
the
lisp
directory
...
...
...
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