Browse Source

Cleanup: The temporary file could be left around if nothing was excluded.

pull/374/head
unknown 19 years ago
parent
commit
e4fe1f9f15
  1. 2
      configure.in

2
configure.in

@ -2554,7 +2554,7 @@ then
man_dirs="man"
man1_files=`echo $man1_files`
man8_files=`echo $man8_files`
rm -f $MANLISTFIL
rm -f $MANLISTFIL $TMPLISTFIL
else
man_dirs=""
man1_files=""

Loading…
Cancel
Save