File: README

package info (click to toggle)
yorick 2.2.04%2Bdfsg1-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 10,012 kB
  • sloc: ansic: 86,757; sh: 1,697; cpp: 1,309; lisp: 1,234; makefile: 1,050; fortran: 19
file content (30 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Call "make html-doc" from here or one directory above.

yorick has to have been built, unless the YORICK= variable is used to
select another yorick.

A decent texi2html must bee installed (see Makefile).

Use PLATFORM=(mac|win) to select version of the "Installation
Instructions" README.html.

This creates the HTML hierarchy under compiled-doc/ (unless TO= is
used to select another top-level directory):
 README.html     Installation Instructions
 doc/README.html Getting Started
 doc/html_xref   Cross-referenced DOCUMENT comments
 doc/manual      The Yorick Manual
 doc/refcard     Quick Reference Cards
 doc/images
 doc/skull.css
 doc/style.css

The "install" rule copies this hierarchy to DESTDIR (default:
/usr/local/share/doc/yorick).

The pdf documentation is copied over, but not the text documentation
(*.doc, FILE_FORMATS...)

skull.css, style.css still broken on IE 6 (10/Apr/07) because of
IE bug involving    position: fixed
-- needs to become   position: absolute