mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* Last-minute changes so it can be texed
This commit is contained in:
parent
75c55057f4
commit
0cdf23985b
@ -296,6 +296,7 @@ dvidist: dvi
|
|||||||
|
|
||||||
htmldist: html
|
htmldist: html
|
||||||
find . -name '*.html' -or -name '*.gif' -or -name '*.css' >htmllist
|
find . -name '*.html' -or -name '*.gif' -or -name '*.css' >htmllist
|
||||||
|
find . -name '*.class' >>htmllist
|
||||||
tar -czf fpcdoc.tar.gz --files-from=htmllist
|
tar -czf fpcdoc.tar.gz --files-from=htmllist
|
||||||
rm -f htmllist
|
rm -f htmllist
|
||||||
|
|
||||||
@ -339,7 +340,10 @@ linuxexamples: examples
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.18 1999-02-02 22:47:04 michael
|
# Revision 1.19 1999-02-12 14:15:00 michael
|
||||||
|
# * Last-minute changes so it can be texed
|
||||||
|
#
|
||||||
|
# Revision 1.18 1999/02/02 22:47:04 michael
|
||||||
# + Better clean
|
# + Better clean
|
||||||
#
|
#
|
||||||
# Revision 1.17 1999/01/17 15:12:50 michael
|
# Revision 1.17 1999/01/17 15:12:50 michael
|
||||||
|
@ -70,7 +70,8 @@
|
|||||||
\newcommand{\gnu}{gnu }
|
\newcommand{\gnu}{gnu }
|
||||||
\newcommand{\atari}{\textsc{Atari} }
|
\newcommand{\atari}{\textsc{Atari} }
|
||||||
\newcommand{\amiga}{\textsc{Amiga} }
|
\newcommand{\amiga}{\textsc{Amiga} }
|
||||||
\newcommand{\win32}{\textsc{Win32} }
|
\newcommand{\win}{\textsc{Win32} }
|
||||||
|
\newcommand{\freebsd}{\textsc{FreeBSD} }
|
||||||
%
|
%
|
||||||
% Useful references.
|
% Useful references.
|
||||||
%
|
%
|
||||||
@ -103,5 +104,5 @@
|
|||||||
\newcommand{\seec}[1]{chapter (\ref{ch:#1}) }
|
\newcommand{\seec}[1]{chapter (\ref{ch:#1}) }
|
||||||
\newcommand{\sees}[1]{section (\ref{se:#1}) }
|
\newcommand{\sees}[1]{section (\ref{se:#1}) }
|
||||||
\htmladdtonavigation{%
|
\htmladdtonavigation{%
|
||||||
\htmladdnormallink{\htmladdimg{../buttons/search.gif}}{../search.html}%
|
\htmladdnormallink{\htmladdimg{../buttons/search.gif}}{javascript:opensearch()}%
|
||||||
}
|
}
|
@ -160,7 +160,8 @@
|
|||||||
\newcommand{\gnu}{\textsc{gnu}\xspace}
|
\newcommand{\gnu}{\textsc{gnu}\xspace}
|
||||||
\newcommand{\atari}{\textsc{Atari}\xspace}
|
\newcommand{\atari}{\textsc{Atari}\xspace}
|
||||||
\newcommand{\amiga}{\textsc{Amiga}\xspace}
|
\newcommand{\amiga}{\textsc{Amiga}\xspace}
|
||||||
\newcommand{\win32}{\textsc{Win32}\xspace}
|
\newcommand{\win}{\textsc{Win32}\xspace}
|
||||||
|
\newcommand{\freebsd}{\textsc{FreeBSD}\xspace}
|
||||||
%
|
%
|
||||||
% Some versions
|
% Some versions
|
||||||
%
|
%
|
||||||
|
@ -156,6 +156,10 @@
|
|||||||
\newcommand{\windows}{\textsc{Windows}\xspace}
|
\newcommand{\windows}{\textsc{Windows}\xspace}
|
||||||
\newcommand{\fpc}{Free Pascal\xspace}
|
\newcommand{\fpc}{Free Pascal\xspace}
|
||||||
\newcommand{\gnu}{\textsc{gnu}\xspace}
|
\newcommand{\gnu}{\textsc{gnu}\xspace}
|
||||||
|
\newcommand{\atari}{\textsc{Atari}\xspace}
|
||||||
|
\newcommand{\amiga}{\textsc{Amiga}\xspace}
|
||||||
|
\newcommand{\win}{\textsc{Win32}\xspace}
|
||||||
|
\newcommand{\freebsd}{\textsc{FreeBSD}\xspace}
|
||||||
%
|
%
|
||||||
\newcommand{\fpcversion}{0.99.8}
|
\newcommand{\fpcversion}{0.99.8}
|
||||||
% end of fpcman.sty
|
% end of fpcman.sty
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
\begin{document}
|
\begin{document}
|
||||||
\title{Free Pascal supplied units : \\ Reference guide.}
|
\title{Free Pascal supplied units : \\ Reference guide.}
|
||||||
\docdescription{Reference guide for standard Free Pascal units.}
|
\docdescription{Reference guide for standard Free Pascal units.}
|
||||||
\docversion{1.3}
|
\docversion{1.4}
|
||||||
\input{date.inc}
|
\input{date.inc}
|
||||||
\author{Micha\"el Van Canneyt\\ Florian Kl\"ampfl}
|
\author{Micha\"el Van Canneyt\\ Florian Kl\"ampfl}
|
||||||
\maketitle
|
\maketitle
|
||||||
|
Loading…
Reference in New Issue
Block a user