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
9830885f
Commit
9830885f
authored
Nov 20, 1997
by
Eli Zaretskii
Browse files
(man): New target to build the manual.
(all): Add the man dependency. (install): Change bin\\nul to bin\nul.
parent
7777d03b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
msdos/mainmake.v2
msdos/mainmake.v2
+7
-2
No files found.
msdos/mainmake.v2
View file @
9830885f
...
...
@@ -32,7 +32,7 @@
# Generate a full pathname of the top-level installation directory
topdir
:=
$(
subst
\,
/,
$(
shell
cd
))
all
:
lib-src src
all
:
lib-src src
man
lib-src
:
FRC
cd
lib-src
...
...
@@ -54,8 +54,13 @@ src: FRC
rm
-f
gdb.tmp gdb.sed
cd
..
man
:
FRC
cd
man
$(MAKE)
cd
..
install
:
all
if
not exist bin
\
\
nul md bin
if
not exist bin
\n
ul md bin
cd
lib-src
if
exist hexl.exe
mv
-f
hexl.exe ../bin
if
exist etags.exe
mv
-f
etags.exe ../bin
...
...
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