140140< body alink ="#FF0000 " bgcolor ="#FFFFFF " link ="#1F00FF " text =
141141"#000000 " vlink ="#9900DD ">
142142< div id ="container ">
143- < h1 > Remake – GNU Make with comprehensible tracing and a debugger</ h1 >
143+ < h1 > Remake – GNU Make with comprehensible tracing, profiling, and a debugger</ h1 >
144144< P >
145145
146- < P > < tt > remake</ tt > is an enahanced version of GNU Make that adds
147- improved error reporting, better tracing, profiling and a debugger.
146+ < P > < tt > remake</ tt > is an enhanced version of GNU Make that adds improved error reporting, better tracing, profiling, and a debugger, and more.
147+ See < a href =" https://remake.readthedocs.io/en/latest/features.html " > features </ a > for more information on the specific features. </ p >
148148
149- < p > The latest version is based off of the GNU Make 4.2.1 source, although versions are available based on 4.1, and 3.82.
150-
151- We also have a some cool debuggers for:
152- < a href ="https://pypi.python.org/pypi/trepan3k "> Python 3</ a > ,
153- < a href ="https://pypi.python.org/pypi/trepan2 "> Python 2</ a > ,
154- < a href ="http://bashdb.sourceforge.net "> GNU Bash</ a > ,
155- < a href ="https://github.com/rocky/zshdb/wiki "> Z-Shell</ a > ,
156- < a href ="http://metacpan.org/pod/Devel::Trepan "> Perl</ a > , and
157- < a href ="https://www.npmjs.com/package/trepanjs "> NodeJS</ a > ,
149+ < p > The latest version is based off of the GNU Make 4.3 source, although versions are available based on 4.2.1, 4.1, and 3.82.</ p >
158150
159151< div style ="clear: left; "> </ div >
160152< ul >
161- < li > < a HREF ="http ://bashdb.sourceforge.net/ remake/remake.html/index.html ">
153+ < li > < a HREF ="https ://remake.readthedocs.io/ ">
162154 GNU Make Debugger Documentation online</ a >
163155 </ li >
164156</ ul >
@@ -167,17 +159,14 @@ <h2>Source Code</h2>
167159< ul >
168160 < li > < a HREF ="https://sourceforge.net/projects/bashdb/files/remake/ "> Download the latest version</ a > </ li >
169161 < li > < A HREF ="https://github.com/rocky/remake/wiki "> Github page</ a > </ li >
170- < li > < a HREF ="https://sourceforge.net/projects/bashdb/ "> Sourceforge project</ a > </ li >
171162 </ ul >
172163
173- < h2 > Excerpts </ h2 >
164+ < h2 > Videos </ h2 >
174165< ul >
175- < li > < a HREF ="http ://showmedo .com/videos/video?name=linuxBernsteinMakeDebug1&fromSeriesID=40 ">
166+ < li > < a HREF ="https ://vimeo .com/232710891 ">
176167 Short (14 minute) demo of introducing debugging Makefiles – part 1</ a > </ li >
177168 < li > < a HREF ="https://vimeo.com/97397484 ">
178169 Using the debugger aspect of < em > remake</ em > – part 2</ a > </ li >
179- < li > < a HREF ="features.html "> A list of remake features</ a > </ li >
180- < li > < a HREF ="remake-ddd.png "> Screenshot of remake under DDD</ a > </ li >
181170</ ul >
182171
183172 < p >
0 commit comments