summaryrefslogtreecommitdiff
path: root/texinfos.am
Commit message (Collapse)AuthorAgeFilesLines
* Some bug fixes, plus a complete rewrite of source file handling:Tom Tromey1998-10-011-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* added DESTDIR supportTom Tromey1998-03-201-7/+7
|
* reimplemented man pagesTom Tromey1998-02-241-1/+1
|
* recognize .txi extensionTom Tromey1998-02-231-1/+41
|
* bug fixTom Tromey1997-10-201-1/+2
|
* merged changes from CygnusTom Tromey1997-08-251-2/+2
|
* fixletTom Tromey1997-06-221-1/+3
|
* avoid Debian install-infoTom Tromey1997-05-041-4/+6
| | | | handle sources in other directories
* typo in earlier fix. texinfo fixTom Tromey1997-04-161-0/+24
|
* texinfo install fixTom Tromey1997-04-041-4/+6
|
* another _INSTALL var fixTom Tromey1997-03-281-2/+2
|
* follow GNU standardsTom Tromey1997-03-261-1/+7
|
* added TEXINFO_TEX supportTom Tromey1997-03-221-2/+5
|
* allow texinfo files w/o .info extensionTom Tromey1997-02-231-0/+18
|
* many fixesTom Tromey1997-02-211-2/+2
|
* various bug fixesTom Tromey1997-02-051-1/+1
|
* installs now 'quiet'Tom Tromey1996-12-081-2/+4
|
* minor bug fixes. added postscript generationRelease-1-1kTom Tromey1996-12-061-0/+5
|
* bug fixTom Tromey1996-12-031-1/+1
|
* fixletsTom Tromey1996-11-081-3/+3
|
* More Cygnus fixesTom Tromey1996-11-081-6/+25
| | | | Handle OMIT_DEPENDENCIES
* Initial draft of --cygnus mode.Tom Tromey1996-11-071-2/+7
| | | | Bug fixes for config.h in subdir
* work around bug in install-infoRelease-1-1fTom Tromey1996-10-061-1/+6
|
* install-info --removeTom Tromey1996-10-041-2/+6
|
* Allow all variables to be overriddenTom Tromey1996-10-041-10/+7
|
* Fixed normal/post-install hook stuffTom Tromey1996-09-121-0/+2
|
* Added version-number checkingTom Tromey1996-09-081-3/+3
|
* Standards conformanceTom Tromey1996-09-041-0/+2
|
* Texinfo fixupsTom Tromey1996-08-141-0/+9
|
* Bug fixTom Tromey1996-08-051-2/+4
|
* Added --no-force. Bug fixTom Tromey1996-06-221-2/+3
|
* Bug fixesTom Tromey1996-06-101-4/+5
|
* More fixesTom Tromey1996-04-271-1/+1
|
* Bug fix with testTom Tromey1996-04-031-1/+2
|
* Bug fixesTom Tromey1996-03-011-1/+1
|
* Bug fixesTom Tromey1996-02-061-4/+3
|
* Fixes from Franc,oisTom Tromey1996-01-141-2/+4
|
* Patches from Jim Meyering.Tom Tromey1996-01-061-0/+17
| | | | Put copyright in all files
* VariousTom Tromey1996-01-041-7/+2
|
* Many fixes from Franc,oisTom Tromey1996-01-031-1/+1
|
* Various bug fixesTom Tromey1996-01-031-2/+2
|
* Many changes from Franc,oisTom Tromey1996-01-021-1/+0
|
* FixletTom Tromey1995-12-121-1/+1
|
* Can't use 'true' in MakefilesTom Tromey1995-12-101-3/+4
|
* Minor bug and doc fixesTom Tromey1995-12-091-2/+6
|
* Many cleanups.Tom Tromey1995-12-051-17/+5
| | | | Added --strictness option.
* Handle installcheck.Tom Tromey1995-12-031-3/+3
| | | | | Handle ## comments. Fixlets
* Fixes to clean targets.Tom Tromey1995-11-271-2/+2
|
* Added clean targetsTom Tromey1995-11-271-0/+10
|
* (install-info): Always supply 'else' clause to 'if'Tom Tromey1995-11-261-0/+2
|