diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-02-24 03:08:57 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-02-24 03:08:57 -0500 |
commit | b9f409255eec6ccaa7d297bcbf5e2a6478a02735 (patch) | |
tree | d1a30d18dd08b48ea4c81985eab64ce215cefa97 /resize | |
parent | 541d173d91b6d30f43d58ad01559fa8ad60871a8 (diff) | |
download | e2fsprogs-b9f409255eec6ccaa7d297bcbf5e2a6478a02735.tar.gz |
Update makefiles to install mkfs.ext3, and to install man pages for
mkfs.ext2/3 and fsck.ext2/3. Also remove any compressed man pages
before installing the man pages.
Diffstat (limited to 'resize')
-rw-r--r-- | resize/ChangeLog | 5 | ||||
-rw-r--r-- | resize/Makefile.in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/resize/ChangeLog b/resize/ChangeLog index 4c73ed30..58669899 100644 --- a/resize/ChangeLog +++ b/resize/ChangeLog @@ -1,3 +1,8 @@ +2002-02-24 Theodore Tso <tytso@valinux.com> + + * Makefile.in (install): Remove any compressed man pages before + installing the man pages. + 2002-02-03 Theodore Tso <tytso@thunk.org> * Release of E2fsprogs 1.26 diff --git a/resize/Makefile.in b/resize/Makefile.in index ae6d7e03..6a2668f1 100644 --- a/resize/Makefile.in +++ b/resize/Makefile.in @@ -59,6 +59,7 @@ install: $(PROGS) $(MANPAGES) installdirs $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \ done for i in $(MANPAGES); do \ + $(RM) -f $(DESTDIR)$(man8dir)/$$i.gz; \ $(INSTALL_DATA) $$i $(DESTDIR)$(man8dir)/$$i; \ done |