Skip to content

Commit 3c73f94

Browse files
committed
update developers faq
1 parent 322d65c commit 3c73f94

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

doc/FAQ_DEV

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,14 @@ s
6969
back out twice to return to the original function. Most editors
7070
support this via tags or etags files.
7171

72-
Third, you need to get mkid from ftp.postgresql.org. By running
73-
tools/make_mkid, an archive of source symbols can be created that can
74-
be rapidly queried like grep or edited. Others prefer glimpse.
72+
Third, you need to get id-utils from:
73+
ftp://alpha.gnu.org/gnu/id-utils-3.2d.tar.gz
74+
ftp://tug.org/gnu/id-utils-3.2d.tar.gz
75+
ftp://ftp.enst.fr/pub/gnu/gnits/id-utils-3.2d.tar.gz
76+
77+
By running tools/make_mkid, an archive of source symbols can be
78+
created that can be rapidly queried like grep or edited. Others prefer
79+
glimpse.
7580

7681
make_diff has tools to create patch diff files that can be applied to
7782
the distribution.

doc/src/FAQ_DEV.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,16 @@ <H3><a
8787
via <I>tags</I> or <I>etags</I> files.<P>
8888

8989

90-
Third, you need to get <I>mkid</I> from ftp.postgresql.org. By running
91-
<I>tools/make_mkid</I>, an archive of source symbols can be created that
92-
can be rapidly queried like <I>grep</I> or edited. Others prefer
93-
<I>glimpse.</I><P>
90+
Third, you need to get <I>id-utils</I> from:
91+
<pre>
92+
<a href="ftp://alpha.gnu.org/gnu/id-utils-3.2d.tar.gz">ftp://alpha.gnu.org/gnu/id-utils-3.2d.tar.gz</a>
93+
<a href="ftp://tug.org/gnu/id-utils-3.2d.tar.gz">ftp://tug.org/gnu/id-utils-3.2d.tar.gz</a>
94+
<a href="ftp://ftp.enst.fr/pub/gnu/gnits/id-utils-3.2d.tar.gz">ftp://ftp.enst.fr/pub/gnu/gnits/id-utils-3.2d.tar.gz</a>
95+
</pre>
96+
97+
By running <I>tools/make_mkid</I>, an archive of source symbols can be
98+
created that can be rapidly queried like <I>grep</I> or edited. Others
99+
prefer <I>glimpse.</I><P>
94100

95101

96102
<I>make_diff</I> has tools to create patch diff files that can be

0 commit comments

Comments
 (0)