Logtalk 2.20.0 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1114 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-08-16 16:41:11 +00:00
parent 1781ff9420
commit f5e660b9a3
156 changed files with 1886 additions and 438 deletions

View File

@@ -4,7 +4,6 @@ XT_PATH="/Applications/XML/XT"
# XT_PATH="/usr/local/XT"
XSLT="lgthtml.xsl"
# XSLT="lgtxhtml.xsl"
if [ -z "$1" ]; then
title="Entity documentation index"
@@ -38,6 +37,7 @@ echo "" > index.html
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">" >> index.html
echo "<html>" >> index.html
echo "<head>" >> index.html
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">" >> index.html
echo " <title>"$title"</title>" >> index.html
echo " <link rel=\"stylesheet\" href=\"logtalk.css\" type=\"text/css\">" >> index.html
echo "</head>" >> index.html