Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| a2c34841 | 2000-10-16 09:01:36 | * aclocal.in, aclocal.m4: Standardize FSF Copyright statements. * automake.in, automake.texi: Likewise. * clean-kr.am, clean.am: Likewise. * comp-vars.am: Likewise. * compile, compile.am: Likewise. * data-clean.am: Likewise. * data.am: Likewise. * dejagnu.am: Likewise. * depcomp: Likewise. * depend.am, depend2.am: Likewise. * dist-vars.am, dist.am: Likewise. * elisp-comp: Likewise. * footer.am: Likewise. * header-vars.am, header.am: Likewise. * java-clean.am java.am: Likewise. * kr-extra.am: Likewise. * library.am: Likewise. * libs-clean.am, libs.am: Likewise. * libtool.am: Likewise. * lisp-clean.am lisp.am: Likewise. * ltlib-clean.am ltlib.am: Likewise. * ltlibrary.am: Likewise. * m4/Makefile.in: Likewise. * m4/strtod.m4: Likewise. * mans-vars.am, mans.am: Likewise. * mdate-sh: Likewise. * missing: Likewise. * multilib.am: Likewise. * program.am: Likewise. * progs-clean.am, progs.am: Likewise. * python-clean.am, python.am: Likewise. * remake-hdr.am, remake.am: Likewise. * scripts.am: Likewise. * subdirs.am: Likewise. * tags-clean.am, tags.am: Likewise. * texi-vers.am: Likewise. * texinfos.am: Likewise. * ylwrap: Likewise. | ||
| 55d22e96 | 2000-03-04 08:56:13 | (dist-info): Don't use `ln' (which was just a space optimization anyway) to populate $(distdir). Otherwise, the dist rules that change permissions would end up affecting the master sources. | ||
| 9ae48df8 | 1999-11-21 21:35:41 | Merged from user-dep-gen-branch. | ||
| 15d13e5a | 1999-11-08 01:29:13 | * texinfos.am (uninstall-info): Use installed info file, not one from srcdir or builddir. | ||
| ee6e5ed7 | 1999-04-27 01:56:48 | * texinfos.am (uninstall-info): Look for info file in srcdir, just like in install-info-am. Reported by Tudor Hulubei <tudor@cs.unh.edu> | ||
| a85ba428 | 1999-03-26 21:57:32 | * automake.in (am_install_var): Removed obsolete comment. * texinfos.am (uninstall-info): Don't print loop but instead print commands. Simplified pre-uninstall loop. * scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but instead print commands. * progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead print commands. * ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but instead print commands. * lisp.am (install-@DIR@LISP): Strip subdir from file name. (uninstall-@DIR@LISP): Likewise. Also, don't print loop but instead print commands. * libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead print commands. * java.am (uninstall-@DIR@JAVA): Don't print loop but instead print commands. * header.am (install-@DIR@HEADERS): Strip subdir from file name. (uninstall-@DIR@HEADERS): Likewise. Also, don't print loop but instead print commands. * data.am (install-@DIR@DATA): Strip subdir from file name. (uninstall-@DIR@DATA): Likewise. Also, don't print loop but instead print commands. | ||
| 72c1e14a | 1998-10-01 00:23:45 | Some bug fixes, plus a complete rewrite of source file handling: * texinfos.am (install-info-am): Handle case where INFO_DEPS is empty. Reported by Andrew Cagney. (uninstall-info): Likewise. (dist-info): Likewise. * automake.in (handle_texinfo): Error if user tries to generate HTML. * automake.in (do_one_clean_target): Don't push previous clean target if this target is `mostly'. Report from Raja R Harinath. * subdirs.am (mostlyclean-recursive ...): Build local_target, not target. From Raja R Harinath. Completely changed how languages and source files are handled: * automake.in: Call register_language for each language. (lang_c_rewrite): New function. (lang_cxx_rewrite): Likewise. (lang_header_rewrite): Likewise. (lang_yacc_rewrite): Likewise. (lang_yaccxx_rewrite): Likewise. (lang_lex_rewrite): Likewise. (lang_lexxx_rewrite): Likewise. (lang_asm_rewrite): Likewise. (lang_fortran_rewrite): Likewise. (register_language): Likewise. (extension_map): New global. (language_map): Likewise. (resolve_linker): New function. (handle_single_transform_list): Rewrote to use lang_X_rewrite functions. Changed meaning of first argument. (initialize_per_input): Removed seen_any_source. Initialize language_scratch, extension_seen. Removed cxx_extensions, seen_c_source, dir_holds_headers, dir_holds_sources. (handle_source_transform): Don't compute $objpat. Pass $obj directly to handle_single_transform_list. (handle_built_sources): Fixed call to handle_single_transform_list. (lang_c_finish): New function. (lang_cxx_finish): Likewise. (lang_header_finish): Likewise. (lang_yacc_finish): Likewise. (lang_yaccxx_finish): Likewise. (lang_lex_finish): Likewise. (lang_lexxx_finish): Likewise.. (lang_asm_finish): Likewise. (lang_fortran_finish): Likewise. (yacc_lex_finish_helper): Likewise. (libtool_compiler): Likewise. (saw_extension): New function. (handle_lib_objects_cond): Use saw_extension, not old variables. (handle_yacc_lex_cxx): Removed. (finish_languages): New function. (get_object_extension): Don't set dir_holds_sources. (handle_headers): Don't set dir_holds_headers. Instead, call saw_extension. (saw_sources_p): New function. (handle_tags): Use it. (handle_dependencies): Likewise. (cxx_extensions): New function. (handle_dependencies): Use it. (generate_makefile): Call finish_languages, not handle_yacc_lex_cxx. | ||
| 660081d8 | 1998-03-20 20:09:08 | added DESTDIR support | ||
| daca6bcd | 1998-02-24 19:37:24 | reimplemented man pages | ||
| 26d5b8c4 | 1998-02-23 23:30:34 | recognize .txi extension | ||
| a126d0b6 | 1997-10-20 15:32:36 | bug fix | ||
| 3038064b | 1997-08-25 23:25:10 | merged changes from Cygnus | ||
| 43b7b2f5 | 1997-06-22 20:02:54 | fixlet | ||
| d9f53bbd | 1997-05-04 21:50:12 | avoid Debian install-info handle sources in other directories | ||
| 4a81b0a3 | 1997-04-16 06:42:29 | typo in earlier fix. texinfo fix | ||
| cffe5066 | 1997-04-04 02:27:35 | texinfo install fix | ||
| c7b17270 | 1997-03-28 00:30:30 | another _INSTALL var fix | ||
| 430d000d | 1997-03-26 05:57:50 | follow GNU standards | ||
| bddfdf17 | 1997-03-22 07:07:32 | added TEXINFO_TEX support | ||
| a6655646 | 1997-02-23 19:41:20 | allow texinfo files w/o .info extension | ||
| 1b10e923 | 1997-02-21 07:50:43 | many fixes | ||
| e6d412ab | 1997-02-05 02:45:39 | various bug fixes | ||
| 12014054 | 1996-12-08 21:05:11 | installs now 'quiet' | ||
| d611836d | 1996-12-06 05:16:14 | minor bug fixes. added postscript generation | ||
| 2e55e263 | 1996-12-03 21:02:43 | bug fix | ||
| 637af7c2 | 1996-11-08 22:31:45 | fixlets | ||
| 4fc97ccb | 1996-11-08 22:21:09 | More Cygnus fixes Handle OMIT_DEPENDENCIES | ||
| cbf3dc2e | 1996-11-07 22:47:12 | Initial draft of --cygnus mode. Bug fixes for config.h in subdir | ||
| 3480a30b | 1996-10-06 08:01:38 | work around bug in install-info | ||
| f1d7fb2c | 1996-10-04 03:04:10 | install-info --remove | ||
| 98eb9e29 | 1996-10-04 02:58:19 | Allow all variables to be overridden | ||
| b9735c47 | 1996-09-12 05:46:38 | Fixed normal/post-install hook stuff | ||
| 97b46070 | 1996-09-08 16:47:47 | Added version-number checking | ||
| 27e2dcc0 | 1996-09-04 01:56:37 | Standards conformance | ||
| 42e5b01d | 1996-08-14 04:27:38 | Texinfo fixups | ||
| c65d8f62 | 1996-08-05 07:05:36 | Bug fix | ||
| 9e57dd02 | 1996-06-22 00:29:18 | Added --no-force. Bug fix | ||
| 415b0680 | 1996-06-10 05:28:24 | Bug fixes | ||
| aeb7b42c | 1996-04-27 19:23:49 | More fixes | ||
| 37e78c3c | 1996-04-03 22:16:37 | Bug fix with test | ||
| 8b1a5059 | 1996-03-01 03:40:33 | Bug fixes | ||
| a2af34af | 1996-02-06 01:06:06 | Bug fixes | ||
| 929da330 | 1996-01-14 23:48:40 | Fixes from Franc,ois | ||
| e398ecd9 | 1996-01-06 20:10:14 | Patches from Jim Meyering. Put copyright in all files | ||
| 1acc673e | 1996-01-04 00:32:00 | Various | ||
| e3052ff7 | 1996-01-03 21:04:15 | Many fixes from Franc,ois | ||
| 316fe9f8 | 1996-01-03 07:26:23 | Various bug fixes | ||
| 3aba9acd | 1996-01-02 02:20:18 | Many changes from Franc,ois | ||
| 200b461e | 1995-12-12 21:36:44 | Fixlet | ||
| 78841c3c | 1995-12-10 19:13:56 | Can't use 'true' in Makefiles | ||
| bcbf9df2 | 1995-12-09 17:36:33 | Minor bug and doc fixes | ||
| 9eb2ffa7 | 1995-12-05 06:16:51 | Many cleanups. Added --strictness option. | ||
| d090b70b | 1995-12-03 06:12:34 | Handle installcheck. Handle ## comments. Fixlets | ||
| c42e754c | 1995-11-27 21:34:45 | Fixes to clean targets. | ||
| feb1d2cb | 1995-11-27 21:33:03 | Added clean targets | ||
| c90de97d | 1995-11-26 05:52:58 | (install-info): Always supply 'else' clause to 'if' | ||
| b37015cf | 1995-11-23 01:05:59 | Removed "::" rules | ||
| b0bba75d | 1995-11-22 03:22:14 | Don't include .SUFFIXES | ||
| 1c6667a1 | 1995-11-22 03:08:09 | (install-info): Bug fix | ||
| c4a612ed | 1995-11-21 08:53:47 | (install-info): Rewrote | ||
| 3aaef34c | 1995-11-17 21:20:40 | (install-info): Don't cd to srcdir to avoid breaking install-sh Other bug fixes | ||
| f095b0fd | 1995-11-13 18:23:50 | (install-info): Changed per GNU standards | ||
| a70f27e2 | 1994-11-05 14:39:50 | kludge for multiple-part info files | ||
| fd53a15f | 1994-11-02 06:15:42 | add path | ||
| 212ea9b7 | 1994-10-23 01:50:41 | install-info depends on info files | ||
| b82209ae | 1994-09-20 00:45:32 | fix ansi2knr | ||
| c0aa7bd8 | 1994-09-19 22:44:25 | works on fileutils except for all | ||
| c20ca442 | 1994-09-19 16:20:04 | might work | ||
| c5f0ebd6 | 1994-09-19 16:17:08 | Initial revision |