bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

man/Makefile patch


From: Eric Blake
Subject: man/Makefile patch
Date: Fri, 30 Sep 2005 07:37:35 -0600
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I was annoyed that a failed man page run left garbage behind, breaking the
next run.

2005-09-30  Eric Blake  <address@hidden>  (tiny change)

        * man/Makefile.am (.x.1): Remove temp directory first.

Index: man/Makefile.am
===================================================================
RCS file: /cvsroot/coreutils/coreutils/man/Makefile.am,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile.am
- --- man/Makefile.am     5 Apr 2005 22:21:14 -0000       1.38
+++ man/Makefile.am     30 Sep 2005 13:34:40 -0000
@@ -127,6 +127,7 @@ mapped_name = `echo $*|sed 's/install/gi
 .x.1:
        @rm -f $@
        @echo "Updating man page $@";           \
+       rm -rf $t;                              \
        mkdir $t;                               \
        (cd $t && $(LN_S) ../../src/$(mapped_name) $*); \
        $(PERL) -- $(srcdir)/help2man           \

- --
Life is short - so eat dessert first!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDPT+f84KuGfSFAYARAjB3AKChFNJFHPcCPc9lHk3NoDZPYBZUKQCeLvU1
scmMlE4+wk8B2mrQIZ2cITM=
=+ynl
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]