summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-09-23 06:30:19 +0000
committerTom Tromey <tromey@redhat.com>1996-09-23 06:30:19 +0000
commit7930983ab1c6209f7f4b77d47e642a075a087fc2 (patch)
treed036245ace5d90a9d42ef2471ee7e5634d7e2588 /TODO
parentfee989029618028be5c2cd96cde49d3304c3186d (diff)
downloadautomake-7930983ab1c6209f7f4b77d47e642a075a087fc2.tar.gz
added dist-all. bug fix with internal _DEPENDENCIES vars
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 9 insertions, 7 deletions
diff --git a/TODO b/TODO
index dc38bad7e..9f716ec60 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,12 @@
Priorities for release:
- [ none ]
+- Jim's macro updates
+- yacc -vs- .h
+- documentation
+
+Further:
+- texinfo/info changes
+- Per's suggestion
+- man page fixes
must move CONFIG_HEADER from tags.am... allow it to work in subdir.
@@ -122,8 +129,6 @@ Consider: "cvs" option adds some cvs-specific rules?
* always generate `info' and `install-info' targets
* Allow `texinfo.tex' to be missing
-Automake: should EXTRA_DIST files be statically findable?
-
Automake: devo/inet/Makefile.am has "all-local". "install" depends on
"all", but the local installs get run before the stuff in "all". Gross.
@@ -221,8 +226,7 @@ Multi-language support:
* must get compile rules for various languages; FORTRAN probably
most important unimplemented language
-'maintainer-clean' should "rm -rf .deps". Ditto distclean
-Should look for clean-local targets in Makefile.am.
+Should 'distclean' "rm -rf .deps"?
It might be cool to generate .texi dependencies by grepping for
@include. (If done, it should be done the same way C dependencies are
@@ -291,8 +295,6 @@ These can both be handled via dist-hook:
. Consider allowing eg "foo/bar" to appear in EXTRA_DIST, and generating
code to make directory foo at dist time
-consider having no-gzip option that turns off gzip/GNU tar.
-
djm says:
David> To avoid comments like the one about subdirs getting buried in
David> the middle of a Makefile.in, how about pushing comments that