12014-06-27 Ludovic Courtès <ludo@gnu.org> 2 3 PR external/16327 4 PR external/16328 5 * Makefile.in (MAKEINFO, TEXI2DVI, TEXI2PDF, TEXI2HTML, DVIPS) 6 (TEXIDIR, INFOFILES, DVIFILES, PDFFILES, HTMLFILES): Remove. 7 (all): Remove dependency on 'info'. 8 (install): Remove dependency on 'install-info'. 9 (standards.info, standards.html, standards.dvi, standards.ps) 10 (standards.pdf, configure.info, configure.dvi, configure.ps) 11 (configure.pdf, configure.pdf): Remove. 12 (info, install-info, html, install-html, dvi, pdf, install-pdf) 13 clean, maintainer-clean, realclean): Remove body. 14 * etc/configbuild.ein, etc/configbuild.fig, etc/configbuild.jin, 15 etc/configbuild.tin, etc/configdev.ein, etc/configdev.fig, 16 etc/configdev.jin, etc/configdev.tin, etc/configure.texi, 17 etc/fdl.texi, etc/gnu-oids.texi, etc/make-stds.texi, 18 etc/standards.texi: Remove. 19 202010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 21 22 * Makefile.in (install-strip): New target. 23 242010-06-08 Nick Clifton <nickc@redhat.com> 25 26 * standards.texi: Import current version from gnustandards 27 project. 28 * gnu-oids.texi: New file. 29 * fdl.texi: Replace with v1.3 text. 30 312009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 32 33 * configure: Regenerate. 34 352009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 36 37 * Makefile.in (AUTOCONF, configure_deps): New variables. 38 ($(srcdir)/configure, config.status): New rules. 39 (Makefile): Depend on config.status. 40 * configure.in: Accept --enable-maintainer-mode, set and 41 substitute MAINT accordingly. 42 432009-02-03 Carlos O'Donell <carlos@codesourcery.com> 44 45 * configure.in: AC_SUBST pdfdir. 46 * configure: Regenerate. 47 482007-08-13 Nick Clifton <nickc@redhat.com> 49 50 * standards.texi: Import 22 July 2007 version. 51 * fdl.texi: Import version 1.2. 52 * make-stds.texi: Import 2006 version. 53 542007-04-04 Eric Christopher <echristo@apple.com> 55 56 Move from gcc: 57 2007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu> 58 59 * texi2pod.pl: Correct handling of @itemize with no argument. 60 61 2007-02-16 Matthias Klose <doko@debian.org> 62 63 * texi2pod.pl: Handle @subsubsection, ignore @anchor. 64 65 2007-02-06 Richard Sandiford <richard@codesourcery.com> 66 67 * texi2pod.pl: Handle @multitable. 68 692007-03-27 Brooks Moses <brooks.moses@codesourcery.com> 70 71 * Makefile.in: Add support for "pdf" and "install-pdf" targets. 72 732006-12-19 Paolo Bonzini <bonzini@gnu.org> 74 75 * configure.texi: Fix botched commit. 76 772006-05-31 Daniel Jacobowitz <dan@codesourcery.com> 78 79 * texi2pod.pl: Correct handling of absolute @include. 80 812006-05-02 Daniel Jacobowitz <dan@codesourcery.com> 82 83 * texi2pod.pl: Handle -I. 84 852006-04-06 Carlos O'Donell <carlos@codesourcery.com> 86 87 * Makefile.in: Add install-html target. Add htmldir, 88 docdir and datarootdir. 89 * configure.texi: Document install-html target. 90 * configure.in: AC_SUBST datarootdir, docdir, htmldir. 91 * configure: Regenerate. 92 932006-02-27 Carlos O'Donell <carlos@codesourcery.com> 94 95 * Makefile.in: TEXI2HTML uses makeinfo. Define 96 HTMLFILES. Add html targets. 97 * configure.texi: Use ifnottex. Add alternative 98 image format specifier as jpg. 99 * standards.texi: Use ifnottex. 100 1012005-10-21 Mark Mitchell <mark@codesourcery.com> 102 103 * texi2pod.pl: Substitue for @value even when part of @include. 104 1052005-10-21 Bob Wilson <bob.wilson@acm.org> 106 107 * texi2pod.pl: Import latest version from GCC. 108 1092005-05-19 Zack Weinberg <zack@codesourcery.com> 110 111 * Makefile.in: Have 'all' depend on 'info'. 112 1132003-05-16 Kelley Cook <kelleycook@wideopenwest.com> 114 115 * configure.texi: Use "i[3-7]86" in example. 116 1172003-01-02 H.J. Lu <hjl@gnu.org> 118 119 * Makefile.in (DESTDIR): New. 120 (install-info): Use it. 121 1222002-06-11 Nick Clifton <nickc@cambridge.redhat.com> 123 124 Import the following patches from the FSF GCC sources: 125 2002-03-25 Zack Weinberg <zack@codesourcery.com> 126 127 * texi2pod.pl: Handle @end ftable and @end vtable. 128 129 2001-12-12 Matthias Klose <doko@debian.org> 130 131 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows 132 generation of more than one man page from one source. 133 Add '-' to set of valid chars for an identifier. 134 Let -D option accept flags of the form <flag>=<value>. 135 Use \s+ for whitespace detection in '@c man' lines. 136 Handle @set and @clear independent of $output. 137 Substitute all @value{}'s in a line. 138 139 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk> 140 141 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var 142 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec 143 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers 144 greater than 9 in enumerations. 145 146 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk> 147 148 * texi2pod.pl: Handle @r inside @item. 149 1502002-02-27 Andrew Cagney <ac131313@redhat.com> 151 152 * fdl.texi: New file. 153 1542002-02-24 Andrew Cagney <ac131313@redhat.com> 155 156 * standards.texi: Import February 14, 2002 version. 157 * make-stds.texi: Import 2001 version. 158 1592002-01-26 Hans-Peter Nilsson <hp@bitrange.com> 160 161 * Makefile.in (install): Depend on install-info. 162 1632001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr> 164 165 * texi2pod.pl: New file (from gcc/contrib). 166 1671999-04-01 Jim Blandy <jimb@zwingli.cygnus.com> 168 169 * add-log.el, add-log.vi: New files. 170 1711999-01-20 Angela Marie Thomas (angela@cygnus.com) 172 173 * comp-tools-verify: Remove some checks that are no longer valid. 174 1751998-12-03 Nick Clifton <nickc@cygnus.com> 176 177 * targetdoc/fr30.texi: New document. 178 1791998-10-01 Angela Marie Thomas (angela@cygnus.com) 180 181 * comp-tools-fix, cross-tools-fix: Replace /usr/include 182 with ${FIXINCDIR}. 183 1841998-08-11 Doug Evans <devans@canuck.cygnus.com> 185 186 * make-rel-sym-tree (version): Update calculation. 187 1881998-06-12 Ian Lance Taylor <ian@cygnus.com> 189 190 * configure.texi: Various additions. 191 * Makefile.in (TEXI2HTML, DVIPS): New variables. 192 (standards.ps): New target. 193 (configure.dvi): Copy .tin files in as well. 194 (configure.ps, configure.html): New targets. 195 (clean): Remove configdev.jpg and configbuild.jpg. 196 * configdev.fig: New file. 197 * configdev.ein: New file (EPS version of configdev.fig). 198 * configdev.jin: New file (JPEG version of configdev.fig). 199 * configbuild.fig: New file. 200 * configbuild.ein: New file (EPS version of configbuild.fig). 201 * configbuild.jin: New file (JPEG version of configbuild.fig). 202 2031998-06-10 Ian Lance Taylor <ian@cygnus.com> 204 205 * configure.texi: New file. 206 * configdev.tin: New file. 207 * configbuild.tin: New file. 208 * Makefile.in (MAKEINFO): Use makeinfo from texinfo directory if 209 it exists. 210 (TEXI2DVI): Likewise for texi2dvi. 211 (INFOFILES): Add configure.info. 212 (DVIFILES): Add configure.dvi. 213 (info): Only build info files if the source files exist. 214 (install-info): Only install info files if they exist. 215 (dvi): Only build DVI files if the sources files exist. 216 (configure.info): New target. 217 (configure.dvi): New target. 218 (clean): Remove configdev and configbuild derived files. 219 220 Remove obsolete documentation. 221 * intro.texi: Remove. 222 * install.texi: Remove. 223 * config-names.texi: Remove. 224 * screen1.eps: Remove. 225 * screen1.obj: Remove. 226 * screen2.eps: Remove. 227 * screen2.obj: Remove. 228 * Makefile.in: Remove references to the above. 229 230Thu May 21 14:34:51 1998 Nick Clifton <nickc@cygnus.com> 231 232 * targetdoc/arm-interwork.texi: Add note about ignoring linker 233 warning message when using --support-old-code. 234 235Mon May 18 14:27:37 1998 Angela Marie Thomas (angela@cygnus.com) 236 237 * Install.in, comp-tools-fix, comp-tools-verify, cross-tools-fix: 238 Use $GCCvn rather than substitute everywhere. 239 240Thu May 14 14:43:10 1998 Nick Clifton <nickc@cygnus.com> 241 242 * targetdoc/arm-interwork.texi: Document dlltool support of 243 interworking. 244 245Thu May 7 16:49:38 1998 Jason Molenda (crash@bugshack.cygnus.com) 246 247 * Install.in: Remove references to TCL_LIBRARY, TK_LIBRARY, 248 and GDBTK_FILENAME. 249 250Wed Apr 1 17:11:44 1998 Nick Clifton <nickc@cygnus.com> 251 252 * targetdoc/arm-interwork.texi: Document ARM/thumb interworking. 253 254Tue Mar 31 15:28:20 1998 Ian Lance Taylor <ian@cygnus.com> 255 256 * standards.texi, make-stds.texi: Update to current FSF versions. 257 * Makefile.in (standards.info): Depend upon make-std.texi. 258 259Tue Mar 24 16:13:26 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk> 260 261 * configure: Regenerate with autoconf 2.12.1 to fix shell issues 262 for NT native builds. 263 264Mon Mar 9 16:41:04 1998 Doug Evans <devans@canuck.cygnus.com> 265 266 * make-rel-sym-tree (binprogs): Add objcopy. 267 268Tue Feb 24 18:11:58 1998 Doug Evans <devans@canuck.cygnus.com> 269 270 * make-rel-sym-tree: as.new -> as-new, ld.new -> ld-new 271 nm.new -> nm-new. Make symlinks to crt*.o. 272 273Fri Nov 21 12:54:58 1997 Manfred Hollstein <manfred@s-direktnet.de> 274 275 * Makefile.in: Add --no-split argument to avoid creating files 276 with names longer than 14 characters. 277 278Thu Sep 25 13:13:11 1997 Jason Molenda (crash@pern.cygnus.com) 279 280 * intro.texi: Add closing ifset. 281 282Mon Sep 1 10:31:32 1997 Angela Marie Thomas (angela@cygnus.com) 283 284 * Install.in: Move setting HOST and TARGET to the beginning 285 of the file for editing convenience. 286 287Mon Sep 1 10:28:37 1997 Angela Marie Thomas (angela@cygnus.com) 288 289 * Install.in.: More friendly options/messages when extracting 290 from a file instead of a tape device. 291 292Tue Jun 17 15:50:23 1997 Angela Marie Thomas (angela@cygnus.com) 293 294 * Install.in: Add /usr/bsd to PATH for Irix (home of compress) 295 296Thu Jun 12 13:47:00 1997 Angela Marie Thomas (angela@cygnus.com) 297 298 * Install.in (show_exec_prefix_msg): fix quoting 299 300Wed Jun 4 15:31:43 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) 301 302 * rebuilding.texi: Removed. 303 304Sat May 24 18:02:20 1997 Angela Marie Thomas (angela@cygnus.com) 305 306 * cross-tools-fix: Remove host check since it doesn't matter 307 for this case. 308 * Install.in (guess_system): clean up more unused hosts. 309 * Install.in, cross-tools-fix, comp-tools-fix, comp-tools-verify: 310 Hack for host check to not warn the user for certain cases. 311 312Fri May 23 23:46:10 1997 Angela Marie Thomas (angela@cygnus.com) 313 314 * subst-strings: Remove a lot of unused code 315 * Install.in: Remove reference to TAPEdflt, use variables instead of 316 string substitution when able. 317 318Fri Apr 11 17:25:52 1997 Ian Lance Taylor <ian@cygnus.com> 319 320 * configure.in: Change file named in AC_INIT to Makefile.in. 321 * configure: Rebuild. 322 323Fri Apr 11 18:12:42 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) 324 325 * Install.in (guess_system): Back out change to INSTALLHOST to 326 call all IRIX systems "mips-sgi-irix4" 327 328 * Makefile.in: Remove references to configure.texi and cfg-paper.texi. 329 330Thu Apr 10 23:26:45 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) 331 332 * srctree.texi, emacs-relnotes.texi, cfg-paper.texi: Remove. 333 * Install.in: Remove Ultrix-specific hacks. 334 Update Cygnus phone numbers. 335 (guess_system): Remove some old systems (Ultrix, OSF1 v1 & 2, 336 m68k-HPUX, m68k SunOS, etc.) 337 (show_gnu_root_msg): Remove. 338 Removed all the remove option code. 339 340Thu Apr 10 23:23:33 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) 341 342 * configure.man, configure.texi: Remote. 343 344Mon Apr 7 18:15:00 1997 Brendan Kehoe <brendan@cygnus.com> 345 346 * Fix the version string for OSF1 4.0 to recognize either 347 V4.* or X4.* 348 349Mon Apr 7 15:34:47 1997 Ian Lance Taylor <ian@cygnus.com> 350 351 * standards.texi, make-stds.texi: Update to current FSF versions. 352 353Tue Nov 19 15:36:14 1996 Doug Evans <dje@canuck.cygnus.com> 354 355 * make-rel-sym-tree: New file. 356 357Wed Oct 23 00:34:07 1996 Angela Marie Thomas (angela@cygnus.com) 358 359 * Lots of patches from progressive... 360 * Install.in: restore DDOPTS for AIX 4.x 361 * Install.in, subst-strings: add case for DG Aviion 362 * subst-strings: fix typo in INSTALLdir var setting 363 * comp-tools-verify: set SHLIB_PATH for shared libs 364 * Install.in, subst-strings: add case for solaris2.5 365 * Install.in: fix regression for hppa1.1 check 366 * comp-tools-fix: set LD_LIBRARY_PATH 367 * comp-tools-fix: If fixincludes fixes /usr/include/limits.h, 368 install it as syslimits.h. 369 370Wed Oct 16 19:20:42 1996 Michael Meissner <meissner@tiktok.cygnus.com> 371 372 * Install.in (guess_system): Treat powerpc-ibm-aix4.1 the same as 373 rs6000-ibm-aix4.1, since the compiler now uses common mode by 374 default. 375 376Wed Oct 2 15:39:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) 377 378 * configure.in (AC_PROG_INSTALL): Added. 379 * Makefile.in (distclean): Remove config.cache. 380 381Wed Oct 2 14:33:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) 382 383 * configure.in: Switch to autoconf configure.in. 384 * configure: New. 385 * Makefile.in: Use autoconf-substituted values. 386 387Tue Jun 25 18:56:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) 388 389 * Makefile.in (datadir): Changed to $(prefix)/share. 390 391Fri Mar 29 11:38:01 1996 J.T. Conklin (jtc@lisa.cygnus.com) 392 393 * configure.man: Changed to be recognized by catman -w on Solaris. 394 395Wed Dec 6 15:40:28 1995 Doug Evans <dje@canuck.cygnus.com> 396 397 * comp-tools-fix (fixincludes): Define FIXPROTO_DEFINES from 398 .../install-tools/fixproto-defines. 399 400Sun Nov 12 19:31:27 1995 Jason Molenda (crash@phydeaux.cygnus.com) 401 402 * comp-tools-verify (verify_cxx_initializers): delete argv, 403 argc declarations, add -static to compile line. 404 (verify_cxx_hello_world): delete argv, argc declarations, add 405 -static to compile line. 406 407Wed Sep 20 13:21:52 1995 Ian Lance Taylor <ian@cygnus.com> 408 409 * Makefile.in (maintainer-clean): New target, synonym for 410 realclean. 411 412Mon Aug 28 17:25:49 1995 Jason Molenda (crash@phydeaux.cygnus.com) 413 414 * Install.in (PATH): add /usr/ucb to $PATH (for SunOS 4.1.x). 415 416Tue Aug 15 21:51:58 1995 Jason Molenda (crash@phydeaux.cygnus.com) 417 418 * Install.in (guess_system): Match OSF/1 v3.x as the same as 419 v2.x--v2.x binaries are upward compatible. 420 421Tue Aug 15 21:46:54 1995 Jason Molenda (crash@phydeaux.cygnus.com) 422 423 * Install.in (guess_system): recognize HP 9000/800 systems as the 424 same as HP 9000/700 systems. 425 426Tue Aug 8 13:11:56 1995 Brendan Kehoe <brendan@lisa.cygnus.com> 427 428 * Install.in: For emacs, run show_emacs_alternate_msg and exit. 429 (show_emacs_alternate_msg): New message saying how emacs can't be 430 installed in an alternate prefix. 431 432Thu Jun 8 00:42:56 1995 Angela Marie Thomas <angela@cirdan.cygnus.com> 433 434 * subst-strings: change du commands to $BINDIR/. & $SRCDIR/. just 435 in case they are symlinks. 436 437Tue Apr 18 14:23:10 1995 J.T. Conklin <jtc@rtl.cygnus.com> 438 439 * cdk-fix: Extracted table of targets that don't need their 440 headers fixed from gcc's configure script. 441 442 * cdk-fix, cdk-verify: Use ${HOST} instead of ||HOSTstr|| 443 444 * cdk-fix, cdk-verify: New files, install script fragments used 445 for Cygnus Developer's Kit. 446 447 * Install.in (do_mkdir): New function. 448 449 * Install.in: Added support for --with and --without options. 450 Changed so that tape commands are not run when extracting 451 from a file. 452 (do_mt): Changed to take only one argument. 453 454Wed Mar 29 11:16:38 1995 Jason Molenda (crash@phydeaux.cygnus.com) 455 456 * Install.in: catch UNAME==alpha-dec-osf2.x and correct entry for 457 alpha-dec-osf1.x 458 459Fri Jan 27 12:04:29 1995 J.T. Conklin <jtc@rtl.cygnus.com> 460 461 * subst-strings (mips-sgi-irix5): New entry in table. 462 463Thu Jan 19 12:15:44 1995 J.T. Conklin <jtc@rtl.cygnus.com> 464 465 * Install.in: Major rewrite, bundle dependent code (for example, 466 fixincludes for comp-tools) will be inserted into the Install 467 script when it is generated. 468 469Tue Jan 17 16:51:32 1995 Ian Lance Taylor <ian@sanguine.cygnus.com> 470 471 * Makefile.in (Makefile): Rebuild using $(SHELL). 472 473Thu Nov 3 19:30:33 1994 Ken Raeburn <raeburn@cujo.cygnus.com> 474 475 * Makefile.in (install-info): Depend on info. 476 477Fri Aug 19 16:16:38 1994 Jason Molenda (crash@phydeaux.cygnus.com) 478 479 * Install.in: set $FIX_HEADER so fixproto can find fix-header. 480 481Fri May 6 16:18:58 1994 Jason Molenda (crash@sendai.cygnus.com) 482 483 * Makefile.in (install-info): add a semicolon in the if statement. 484 485Fri Apr 29 16:56:07 1994 David J. Mackenzie (djm@rtl.cygnus.com) 486 487 * cfg-paper.texi: Update some outdated information. 488 489 * Makefile.in (install-info): Pass file, not directory, as last 490 arg to INSTALL_DATA. 491 (uninstall): New target. 492 493Thu Apr 28 14:42:22 1994 David J. Mackenzie (djm@rtl.cygnus.com) 494 495 * configure.texi: Comment out @smallbook. 496 497 * Makefile.in: Define TEXI2DVI and TEXIDIR, and use the latter. 498 Remove info files in realclean, not clean, per coding standards. 499 Remove TeX output in clean. 500 501Tue Apr 26 17:18:03 1994 Jason Molenda (crash@sendai.cygnus.com) 502 503 * Install.in: fixincludes output is actually put in fixincludes.log, 504 but echo'ed messages claim it is fixinc.log. This is the same 505 messages as I logged in March 4 1994, but for some reason we found 506 the change hadn't been done. I'll have to dig through the logs 507 and find out what I really did do that day. :) 508 509Mon Apr 25 20:28:19 1994 Jason Molenda (crash@sendai.cygnus.com) 510 511 * Install.in: use eval to call do_mt() for Ultrix brokenness. 512 513Mon Apr 25 20:00:00 1994 Jason Molenda (crash@sendai.cygnus.com) 514 515 * Install.in(do_mt): exit with error status 1 if # of parameters 516 != 3. 517 518Mon Apr 25 19:42:36 1994 Jason Molenda (crash@sendai.cygnus.com) 519 520 * Install.in: lose TAPE_FORWARD and TAPE_REWIND, add do_mt() 521 to do all tape movement operations. Currently untested. Addresses 522 PR # 4886 from bull. 523 524 * Install.in: add 1994 to the copyright thing. 525 526Fri Apr 22 19:05:13 1994 David J. Mackenzie (djm@rtl.cygnus.com) 527 528 * standards.texi: Update from FSF. 529 530Fri Apr 22 15:46:10 1994 Jason Molenda (crash@cygnus.com) 531 532 * Install.in: Add $DDOPTS, has ``bs=124b'' for all systems except 533 AIX (some versions of AIX don't understand bs=124b. Silly OS). 534 535Mon Apr 4 22:55:05 1994 Jason Molenda (crash@sendai.cygnus.com) 536 537 * Install.in: null out $TOOLS before adding stuff to it 538 non-destructively. 539 540Wed Mar 30 21:45:35 1994 David J. Mackenzie (djm@rtl.cygnus.com) 541 542 * standards.texi: Fix typo. 543 544 * configure.texi, configure.man: Document --disable-. 545 546Mon Mar 28 13:22:15 1994 David J. Mackenzie (djm@rtl.cygnus.com) 547 548 * standards.texi: Update from FSF. 549 550Sat Mar 26 09:21:44 1994 David J. Mackenzie (djm@rtl.cygnus.com) 551 552 * standards.texi, make-stds.texi: Update from FSF. 553 554Fri Mar 25 22:59:45 1994 David J. Mackenzie (djm@rtl.cygnus.com) 555 556 * configure.texi, configure.man: Document --enable-* options. 557 558Wed Mar 23 23:38:24 1994 Jason Molenda (crash@sendai.cygnus.com) 559 560 * Install.in: set CPP to be gcc -E for fixincludes. 561 562Wed Mar 23 13:42:48 1994 Jason Molenda (crash@sendai.cygnus.com) 563 564 * Install.in: set PATH to $PATH:/bin:/usr/bin so we can pick 565 up native tools even if the user doesn't have them in his 566 path. 567 568 * Install.in: ``hppa-1.1-hp-hpux'' -> ``hppa1.1-hp-hpux''. 569 570Tue Mar 15 22:09:20 1994 Jason Molenda (crash@sendai.cygnus.com) 571 572 * Install.in: TAPE_REWIND and TAPE_FORWARD variables for Unixunaware, 573 added switch statement to detect if system is Unixunaware. 574 575Fri Mar 4 12:10:30 1994 Jason Molenda (crash@sendai.cygnus.com) 576 577 * Install.in: fixincludes output is actually put in fixincludes.log, 578 but echo'ed messages claim it is fixinc.log. 579 580Wed Nov 3 02:58:02 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com) 581 582 * subst-strings: output TEXBUNDLE for more install notes matching 583 * install-texi.in: PRMS info now exists 584 585Tue Oct 26 16:57:12 1993 K. Richard Pixley (rich@sendai.cygnus.com) 586 587 * subst-strings: match solaris*. Also, add default case to catch 588 and error out for unrecognized systems. 589 590Thu Aug 19 18:21:31 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) 591 592 * Install.in: handle the new fixproto work 593 594Mon Jul 19 12:05:41 1993 david d `zoo' zuhn (zoo@cirdan.cygnus.com) 595 596 * Install.in: remove "MT=tctl" for AIX (not needed, and barely 597 worked anyway) 598 599Mon Jun 14 19:09:22 1993 Jeffrey Osier (jeffrey@cygnus.com) 600 601 * subst-strings: changed HOST to recognize Solaris for install notes 602 603Thu Jun 10 16:01:25 1993 Jeffrey Osier (jeffrey@cygnus.com) 604 605 * dos-inst.texi: new file. 606 607Wed Jun 9 19:23:59 1993 Jeffrey Osier (jeffrey@rtl.cygnus.com) 608 609 * install-texi.in: added conditionals (nearly complete) 610 cleaned up 611 added support for other releases (not done) 612 613Wed Jun 9 15:53:58 1993 Jim Kingdon (kingdon@cygnus.com) 614 615 * Makefile.in (install-info): Use INSTALL_DATA. 616 ({dist,real}clean): Also delete Makefile and config.status. 617 618Fri Jun 4 17:09:56 1993 Jeffrey Osier (jeffrey@cygnus.com) 619 620 * subst-strings: added data for OS_STRING 621 622 * subst-strings: added support for OS_STRING 623 624Thu Jun 3 00:37:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 625 626 * Install.in: pull COPYING and COPYING.LIB off of the tape 627 628Tue Jun 1 16:52:08 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 629 630 * subst-strings: replace RELEASE_DIR too 631 632Mon Mar 22 23:55:27 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 633 634 * Makefile.in: add installcheck target 635 636Wed Mar 17 02:21:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 637 638 * Install.in: fix 'source only' extraction bug where it looked for 639 the src dir under H-<host>/src instead of src; also remove stray 640 reference to EMACSHIBIN 641 642Mon Mar 15 01:25:45 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 643 644 * make-stds.texi: added 'installcheck' to the standard targets 645 646Tue Mar 9 19:48:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 647 648 * standards.texi: added INFO-DIR-ENTRY, updated version from the FSF 649 650Tue Feb 9 12:40:23 1993 Ian Lance Taylor (ian@cygnus.com) 651 652 * Makefile.in (standards.info): Added -I$(srcdir) to find 653 make-stds.texi. 654 655Mon Feb 1 16:32:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 656 657 * standards.texi: updated to latest FSF version, which includes: 658 659 * make-stds.texi: new file 660 661Mon Nov 30 01:31:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 662 663 * install-texi.in, relnotes.texi, intro.texi: changed Cygnus phone 664 numbers from the old Palo Alto ones to the new Mtn. View numbers 665 666Mon Nov 16 16:50:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 667 668 * Makefile.in: define $(RM) to "rm -f" 669 670Sun Oct 11 16:05:48 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) 671 672 * intro.texi: added INFO-DIR-ENTRY 673