Skip to content

Commit

Permalink
kaplibs: No need for a separate alphabetical list in sun238
Browse files Browse the repository at this point in the history
  • Loading branch information
David Berry committed Dec 9, 2014
1 parent 11482bd commit c1a1e2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
17 changes: 0 additions & 17 deletions libraries/kaplibs/make_sun238.csh
Expand Up @@ -67,23 +67,6 @@ end
# Copy the sun header to the output tex file.
cp sun_head.tex sun238.tex

# Add a noteroutine for each documented file
foreach dir (aif ccg fts ira kpg)
cd $dir
rm -f notes >& /dev/null
../make_noteroutines.pl > notes
grep -q \!\!\! notes
if( $status == 0 ) then
cat notes
exit
endif
cat notes >> ../sun238.tex
cd ..
end

# Copy the middle section of the fixed text
cat sun_mid.tex >> sun238.tex

# Add an sstroutine for each Fortran-callable documented file
foreach dir (aif ccg fts ira kpg)
cd $dir
Expand Down
5 changes: 3 additions & 2 deletions libraries/kaplibs/sun_head.tex
Expand Up @@ -461,6 +461,7 @@ \section{Changes in Version 2.0}
\end{itemize}
\newpage
\section{Alphabetical List of Routines}
\section{\xlabel{ro_full}Routine Descriptions\label{ro:full}}
\begin{small}
\begin{small}
8 changes: 0 additions & 8 deletions libraries/kaplibs/sun_mid.tex

This file was deleted.

0 comments on commit c1a1e2e

Please sign in to comment.