* automake.in (&define_files_variable): New.
authorAkim Demaille <akim@epita.fr>
Sun, 6 Jul 2003 07:42:36 +0000 (07:42 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 6 Jul 2003 07:42:36 +0000 (07:42 +0000)
commitf9cef4a35ffef7b11611095b59088c4fe5ecd07b
tree2c5ab6f047a4036599aa7a8176dcd747f8902129
parent88f1bd819ec1e620fa179c2344fc80517d736549
* 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.
ChangeLog
Makefile.in
automake.in
configure
lib/Automake/Makefile.in
lib/Makefile.in
lib/am/texinfos.am