update developers faq
authorBruce Momjian
Sat, 10 Jun 2000 02:05:26 +0000 (02:05 +0000)
committerBruce Momjian
Sat, 10 Jun 2000 02:05:26 +0000 (02:05 +0000)
doc/FAQ_DEV
doc/src/FAQ_DEV.html

index aa543d2224d707b793932f4eb7600a05292a8da9..31b27ee73ecad5390d10ebfb24216f273b18ca6d 100644 (file)
@@ -69,9 +69,14 @@ s
    back out twice to return to the original function. Most editors
    support this via tags or etags files.
    
-   Third, you need to get mkid from ftp.postgresql.org. By running
-   tools/make_mkid, an archive of source symbols can be created that can
-   be rapidly queried like grep or edited. Others prefer glimpse.
+   Third, you need to get id-utils from:
+        ftp://alpha.gnu.org/gnu/id-utils-3.2d.tar.gz
+        ftp://tug.org/gnu/id-utils-3.2d.tar.gz
+        ftp://ftp.enst.fr/pub/gnu/gnits/id-utils-3.2d.tar.gz
+
+   By running tools/make_mkid, an archive of source symbols can be
+   created that can be rapidly queried like grep or edited. Others prefer
+   glimpse.
    
    make_diff has tools to create patch diff files that can be applied to
    the distribution.
index 440c3f8c4354d83abc3b9bdc4ed526d6238f1d17..ba60c157c2192a1264f8305f1849716c2923b676 100644 (file)
@@ -87,10 +87,16 @@ out twice to return to the original function.  Most editors support this
 via tags or etags files.

 
 
-Third, you need to get mkid from ftp.postgresql.org.  By running
-tools/make_mkid, an archive of source symbols can be created that
-can be rapidly queried like grep or edited.  Others prefer
-glimpse.

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

 
 
 make_diff has tools to create patch diff files that can be