Install/remove ctrlproxy-admin manpage.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 7 Dec 2007 15:24:13 +0000 (16:24 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 7 Dec 2007 15:24:13 +0000 (16:24 +0100)
doc/Makefile

index 855dfe6523cec8439fe41ec67634466e0773870d..ca33cc2f1d55502fc6b436ccfa9d65a4d5d024ae 100644 (file)
@@ -42,12 +42,14 @@ install: all
        $(INSTALL) -d $(DESTDIR)$(mandir)/man5
        $(INSTALL) -d $(DESTDIR)$(docdir)
        $(INSTALL) -m 0644 ctrlproxy.1 $(DESTDIR)$(mandir)/man1
+       $(INSTALL) -m 0644 ctrlproxy-admin.1 $(DESTDIR)$(mandir)/man1
        $(INSTALL) -m 0644 help.txt $(DESTDIR)$(HELPFILE)
        $(INSTALL) -m 0644 ctrlproxy_config.5 $(DESTDIR)$(mandir)/man5
        $(INSTALL) -m 0644 user-guide.html $(DESTDIR)$(docdir)
 
 uninstall: 
        rm -f $(DESTDIR)$(mandir)/man1/ctrlproxy.1 
+       rm -f $(DESTDIR)$(mandir)/man1/ctrlproxy-admin.1 
        rm -f $(DESTDIR)$(HELPFILE)
        rm -f $(DESTDIR)$(mandir)/man5/ctrlproxy_config.5 
        rm -f $(DESTDIR)$(docdir)/user-guide.html