From 3519fbfe1f2cd0a5264b3413c3cfce8c3f0ac341 Mon Sep 17 00:00:00 2001 From: tadam Date: Sun, 13 Jun 2010 10:38:44 +0000 Subject: [PATCH] Minor typo corrections to developer-cvs/todo-2.6 docs. --- docs/ChangeLog | 7 +++++++ docs/DEVELOPER-CVS | 14 +------------- docs/todo-2.6 | 4 ++-- 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/docs/ChangeLog b/docs/ChangeLog index a10ee4d2f..9d6210dbe 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,10 @@ +2010-06-13 Thomas Adam + * todo-2.6: + Correct minor typos. + * DEVELOPER-CVS: + Always suggest running utils/configure_dev.sh -- forget doing it by + hand. + 2010-04-28 Thomas Adam * todo-3.0: General tidy-up, as well as note for .in file via configure. diff --git a/docs/DEVELOPER-CVS b/docs/DEVELOPER-CVS index 02a0719b3..0de8c919d 100644 --- a/docs/DEVELOPER-CVS +++ b/docs/DEVELOPER-CVS @@ -134,18 +134,6 @@ to install autoconf and automake, right?) So, when you have a newly checked-out source tree the first thing to do is: - cd fvwm - aclocal - autoheader - automake --add-missing - autoreconf - -The last command is autoreconf, not autoconf. You will get some warning -messages from autoreconf and possibly from automake. As long as you end up -with a working configure script, you should ignore them. - -To automate this step we include a shell script - utils/configure_dev.sh in the cvs tree, it may be run with usual ./configure arguments instead of @@ -154,7 +142,7 @@ all auto commands above. Once that's done, you can proceed to build the code as discussed in the INSTALL.fvwm and INSTALL files: - ./configure make make install + ./configure && make && make install with appropriate options and arguments, as you like. diff --git a/docs/todo-2.6 b/docs/todo-2.6 index b77893c3b..3bbc91d00 100644 --- a/docs/todo-2.6 +++ b/docs/todo-2.6 @@ -36,7 +36,7 @@ A. Release stopping bugs [Thomas: Started, as of 311209. On-going.] F.3 Investigate removal of fvwm-menu-desktop and/or its replacement with - xdg-menys. + xdg-menus. [Thomas/Dan] F.4 Investigate limiting destructive/recursive commands by placing a limit @@ -44,7 +44,7 @@ A. Release stopping bugs Style foo InitialMapCommand Bar DestroyFunc Bar - AddToFunc Bar I Exec exec xterm -T Bar + AddToFunc Bar I Exec exec xterm -T foo Although we give the user enough rope here to hang themselves, the end result is to quickly overload FVWM. But I am not happy with -- 2.11.4.GIT