Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91963603
make_manpages.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 16, 04:45
Size
367 B
Mime Type
text/x-shellscript
Expires
Mon, Nov 18, 04:45 (2 d)
Engine
blob
Format
Raw Data
Handle
22355268
Attached To
rLAMMPS lammps
make_manpages.sh
View Options
#!/bin/tcsh
set execs="asphere_vis"
set execdir="../bin"
if ( -e ../doc ) then
echo Manpage directory exists...
else
echo Creating directory 'manpages'
mkdir ../doc
endif
cd ../doc
foreach exec ($execs)
$execdir/$exec -h > $exec.manpage
eqn $exec.manpage > $exec.1
man -t -p eqn ./$exec.manpage > $exec.ps
ps2pdf $exec.ps $exec.pdf
end
cd ../src
Event Timeline
Log In to Comment