* automake.in (&define_files_variable): New.
authorAkim Demaille <akim@epita.fr>
Sun, 6 Jul 2003 19:27:29 +0000 (19:27 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 6 Jul 2003 19:27:29 +0000 (19:27 +0000)
commitd23e68215c6c6bd2cd9deb4df74b86a54fbe70e6
tree595503e637363cd868abddcb5767de2221dcfab6
parentf9cef4a35ffef7b11611095b59088c4fe5ecd07b
* automake.in (&define_files_variable): New.
(&handle_texinfo_helper): Move the handling of user variables from
here, to...
(&handle_texinfo): here.
This is to balance the size of these functions, and to match the
convention of other _helper functions.
(&handle_texinfo_helper): Use &define_files_variable.
Move some code to use less variables.
Rename $info_cursor as $texi.
(&handle_texinfo): Do not call handle_texinfo_helper if there are
no TEXINFOS.
* lib/am/texinfos.am: Sort the occurrences of dvi, info, pdf, ps
and html.
Remove *-recursive targets from .PHONY, they are part of
$(RECURSIVE_TARGETS) anyway.
(install-info, mostlyclean-aminfo): Are .PHONY.
Makefile.in
automake.in
lib/Automake/Makefile.in
lib/Automake/VarDef.pm
lib/Automake/Variable.pm
lib/Makefile.in