Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dan Theisen
tn5250
Commits
cc0244c4
Commit
cc0244c4
authored
Apr 03, 2000
by
Jason 'Eraserhead' Felice
Browse files
Changes for 0.15.8, make sure that `make dist' works properly.
parent
68584854
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
ChangeLog
ChangeLog
+6
-0
Makefile.am
Makefile.am
+1
-1
doc/Makefile.am
doc/Makefile.am
+0
-1
linux/Makefile.am
linux/Makefile.am
+2
-2
No files found.
ChangeLog
View file @
cc0244c4
2000-04-03 Jay 'Eraserhead' Felice <jasonf@nacs.net>
- `tic' not running shouldn't make the install fail; also 5250.terminfo
now properly referenced as being in $(srcdir) in makefile.
- Don't build/distribute transmaps.h.html
- Put tn5250.m4 in $(datdir)/aclocal, not /usr/share/aclocal.
2000-03-26 Mike Madore <mmadore@turbolinux.com>
- Added documentation to tn5250_stream_open function
...
...
Makefile.am
View file @
cc0244c4
...
...
@@ -10,7 +10,7 @@ pkgdata_DATA = dialogrc\
aclocal_DATA
=
tn5250.m4
aclocaldir
=
/usr/share
/aclocal
aclocaldir
=
$(datadir)
/aclocal
EXTRA_DIST
=
acconfig.h
\
tn5250-48x48.xpm
\
...
...
doc/Makefile.am
View file @
cc0244c4
...
...
@@ -35,7 +35,6 @@ HTMLDOCS = buffer.c.html\
stream.h.html
\
telnetstr.c.html
\
terminal.h.html
\
transmaps.h.html
\
utility.c.html
\
utility.h.html
\
version.c.html
\
...
...
linux/Makefile.am
View file @
cc0244c4
...
...
@@ -22,14 +22,14 @@ install-data-local:
rm
-f
/usr/share/terminfo/5/5250
;
\
rm
-f
/usr/lib/terminfo/x/xterm-5250
;
\
rm
-f
/usr/lib/terminfo/5/5250
;
\
tic 5250.terminfo
||
exit
$$
?
;
\
good
=
yes
;
\
tic
$(srcdir)
/5250.terminfo
||
good
=
no
;
\
else
\
mkdir
-p
~/.terminfo
||
exit
$$
?
;
\
rm
-f
~/.terminfo/x/xterm-5250
;
\
rm
-f
~/.terminfo/5/5250
;
\
tic 5250.terminfo
||
exit
$$
?
;
\
good
=
yes
;
\
tic
$(srcdir)
/5250.terminfo
||
good
=
no
;
\
fi
;
\
fi
;
\
else
\
...
...
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