-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·34 lines (24 loc) · 1.1 KB
/
README
File metadata and controls
executable file
·34 lines (24 loc) · 1.1 KB
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
31
32
33
34
quick explanations
----------------------------------------------------------
use "make index" to make..
- the third-level index (possibly by their own makefile)
- the second-level index (possibly by mk/M-subdir.mk)
- the toplevel index.html
use "make links" to create a few symbolic links
int the toplevel directory to make implicit-hrefs
easier
use "make install" to install to .../groups/f/fo/forth
use "make dist" to create a snapshot tarball
---------------------------------------------------------
the current third-level files do usually use an index-v.txt
to create the index from (with mk/index-v.pl)
This script will make hrefs from anything that looks like
an url or like a file-ref, that is here...
../some/name and ././somename
and it does quite a few of other magic.
---------------------------------------------------------
The Makefile uses some GNUmake specific features. If on
your system GNUmake is not installed as the default "make"
command, use "gmake" instead of "make".
---------------------------------------------------------
$Id: README,v 1.3 2003/03/01 11:43:04 samtardieu Exp $