From 5e562b27955c06ac45be72ce82e30fe278e76b05 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Tue, 20 Mar 2012 21:58:17 +0100 Subject: [PATCH 1/1] Ensured clean uninstall. --- man/Makefile.in | 2 +- uip/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/Makefile.in b/man/Makefile.in index 0d8631b..4d4dec9 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -146,7 +146,7 @@ install-man8: # ========= UNINSTALL TARGETS ========= -uninstall: uninstall-man1 uninstall-man5 uninstall-man8 +uninstall: uninstall-man1 uninstall-man5 uninstall-man7 uninstall-man8 # uninstall the man pages in man1 uninstall-man1: diff --git a/uip/Makefile.in b/uip/Makefile.in index 28b517f..02bc94e 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -56,7 +56,7 @@ CMDS = ali anno burst comp conflict dist flist folder forw mmh mark \ rmm scan send sendfiles show slocal sortm spost whatnow # commands that are links to other commands -LCMDS = flists folders next prev +LCMDS = flists folders next prev fnext fprev unseen # misc support binaries MISC = ap dp fmtdump mhtest -- 1.7.10.4