diff options
author | Clint Adams <schizo@debian.org> | 2009-11-14 13:19:23 -0500 |
---|---|---|
committer | Clint Adams <schizo@debian.org> | 2009-11-14 13:19:52 -0500 |
commit | 31c9b578ff3941f036b234f9feba9fb6729c13a8 (patch) | |
tree | 128733a0634a930029302d0f2855c1804cc75849 | |
parent | 58e5839e4e7fc8f52a458511df880f4a41a79444 (diff) | |
download | debianutils-31c9b578ff3941f036b234f9feba9fb6729c13a8.tar.gz |
Remove duplicate tempfile.1 from Makefile.am
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aaf7f9c..789d641 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,6 @@ bin_SCRIPTS = which savelog sbin_SCRIPTS = installkernel add-shell remove-shell -man_MANS = run-parts.8 tempfile.1 \ +man_MANS = run-parts.8 \ installkernel.8 savelog.8 \ tempfile.1 which.1 add-shell.8 remove-shell.8 |