* Use info_TEXINFOS
* Figure out how to handle MANS:
* use man_MANS? Or man1_MANS, man2_MANS, etc?
- * François wants man pages not to be installed by default.
- in this case an additional "install-man" target would exist
* Must rewrite am_install_var. Should break into multiple functions.
This will allow the callers to be a little smarter.
-* Use "$o" instead of "$(kr)o". This might be better if MS-DOS is ever
- supported.
* am_error should use printf-style arguments (for eventual gettext scheme)
BUILT_SOURCES should go in distribution
-Add AUTOMAKE_OPTIONS macro. Can include:
-"gnits", "gnu", "normal", "ansi2kr", "installman"
+Document AUTOMAKE_OPTIONS
uninstall and pkg-dirs should rm -rf the dir.
and backslash should be the rule. Update makefile-mode to allow this.
(set column to 0, probably)
+Look in configure to see what goes in LIBOBJS. Recognize all automake
+macros that do this. And look for:
+ LIBOBJS="x.o $LIBOBJS y.o"
+
Need OTHER_SOURCES to hold sources whose objects end up in eg LIBOBJS.
Dependency tracking should work here. Maybe if it doesn't exist it
should be generated automatically by scanning the directory. (yes)