Browse Source

* Last-minute changes so it can be texed

michael 26 years ago
parent
commit
0cdf23985b
5 changed files with 15 additions and 5 deletions
  1. 5 1
      docs/Makefile
  2. 3 2
      docs/fpc-html.tex
  3. 2 1
      docs/fpc.sty
  4. 4 0
      docs/fpcman.sty
  5. 1 1
      docs/units.tex

+ 5 - 1
docs/Makefile

@@ -296,6 +296,7 @@ dvidist: dvi
 
 htmldist: html
 	find . -name '*.html' -or -name '*.gif' -or -name '*.css' >htmllist
+	find . -name '*.class' >>htmllist
 	tar -czf fpcdoc.tar.gz --files-from=htmllist
 	rm -f htmllist
 
@@ -339,7 +340,10 @@ linuxexamples: examples
 
 #
 # $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
 #
 # Revision 1.17  1999/01/17 15:12:50  michael

+ 3 - 2
docs/fpc-html.tex

@@ -70,7 +70,8 @@
 \newcommand{\gnu}{gnu }
 \newcommand{\atari}{\textsc{Atari} }
 \newcommand{\amiga}{\textsc{Amiga} }
-\newcommand{\win32}{\textsc{Win32} }
+\newcommand{\win}{\textsc{Win32} }
+\newcommand{\freebsd}{\textsc{FreeBSD} }
 %
 % Useful references.
 %
@@ -103,5 +104,5 @@
 \newcommand{\seec}[1]{chapter (\ref{ch:#1}) }
 \newcommand{\sees}[1]{section (\ref{se:#1}) }
 \htmladdtonavigation{%
-\htmladdnormallink{\htmladdimg{../buttons/search.gif}}{../search.html}%
+\htmladdnormallink{\htmladdimg{../buttons/search.gif}}{javascript:opensearch()}%
 }

+ 2 - 1
docs/fpc.sty

@@ -160,7 +160,8 @@
 \newcommand{\gnu}{\textsc{gnu}\xspace}
 \newcommand{\atari}{\textsc{Atari}\xspace}
 \newcommand{\amiga}{\textsc{Amiga}\xspace}
-\newcommand{\win32}{\textsc{Win32}\xspace}
+\newcommand{\win}{\textsc{Win32}\xspace}
+\newcommand{\freebsd}{\textsc{FreeBSD}\xspace}
 %
 % Some versions 
 %

+ 4 - 0
docs/fpcman.sty

@@ -156,6 +156,10 @@
 \newcommand{\windows}{\textsc{Windows}\xspace}
 \newcommand{\fpc}{Free Pascal\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}
 % end of fpcman.sty

+ 1 - 1
docs/units.tex

@@ -41,7 +41,7 @@
 \begin{document}
 \title{Free Pascal supplied units : \\ Reference guide.}
 \docdescription{Reference guide for standard Free Pascal units.}
-\docversion{1.3}
+\docversion{1.4}
 \input{date.inc}
 \author{Micha\"el Van Canneyt\\ Florian Kl\"ampfl}
 \maketitle