• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Aug-2021-

READMEH A D03-May-19961.8 KiB4937

config.hH A D03-May-19965.3 KiB209107

getoneheader.comH A D02-May-199667 21

getvmsheaders.comH A D02-May-19968 KiB329328

recomp.comH A D08-Oct-1993413 1312

vmsclean.comH A D25-Nov-1992489 1716

vmsmake.comH A D02-May-19962.8 KiB6059

vmstest.comH A D02-May-19965.7 KiB133132

README

1%% /u/sy/beebe/tex/bibclean/2-11/vms/vax/README, Thu May  2 18:22:53 1996
2%% Edit by Nelson H. F. Beebe <beebe@plot79.math.utah.edu>
3
4		   ================================
5		   bibclean for DEC VAX VMS systems
6		   ================================
7
8%% Author:
9%% 	Nelson H. F. Beebe
10%% 	Center for Scientific Computing
11%% 	Department of Mathematics
12%% 	University of Utah
13%% 	Salt Lake City, UT 84112
14%% 	USA
15%% 	Email: beebe@math.utah.edu (Internet)
16%% 	WWW URL: http://www.math.utah.edu/~beebe
17
18bibclean has been successfully built and tested on DEC VAX VMS 6.1
19with the DEC C V4.0-000 compiler.  The associated files are provided
20in the vms/vax subdirectory.  To install it on your system, copy the
21bibclean.exe and top-level bibclean.ini files to a suitable location,
22create a foreign command symbol to point to it, and then use it as
23documented in the UNIX manual pages.  UNIX/DOS style command-line
24redirection of standard input and standard output, and command-line
25file wild-carding, are supported.
26
27The executable program has been linked with static libraries, so that
28it should be usable on other versions of VMS as well as 6.1.  In the
29event that it is not, you can rebuild it from the *.obj files included
30in the distribution, even if you don't have a license for the C
31compiler, just by executing the LINK command at the end of the
32vmsbuild.com file.
33
34To recompile and link bibclean on your VAX VMS system:
35
36	$ @vmsmake
37
38To run the validation suite, edit the vmstest.com file to change the
39foreign command symbol definition near the beginning from
40
41$ bibclean :== $public$disk:[nbeebe.bibclean]bibclean.exe
42
43to something appropriate for your system, then execute the file:
44
45	$ @vmstest
46
47You will need all of the test*.* files, and the bibclean.ini file,
48from the top level directory in the bibclean distribution to do this.
49