Link dafssync-debug(8) to fssync-debug(8)
[openafs.git] / doc / man-pages / Makefile.in
index 4715204..1eed6a1 100644 (file)
@@ -27,6 +27,8 @@ dest:
            test -h $(DEST)/man/man1/$$M.krb.1 \
                || ln -s $$M.1 $(DEST)/man/man1/$$M.krb.1 ; \
        done
+       test -h $(DEST)/man/man8/dafssync-debug.8 \
+           || ln -s fssync-debug.8 $(DEST)/man/man8/dafssync-debug.8
        set -e; if [ -n "@ENABLE_FUSE_CLIENT@" ] ; then \
            test -h $(DEST)/man/man8/afsd.fuse.8 \
                || ln -s afsd.8 $(DEST)/man/man8/afsd.fuse.8; \
@@ -43,6 +45,8 @@ install: $(MAN1) $(MAN8)
            test -h $(DESTDIR)$(mandir)/man1/$$M.krb.1 \
                || ln -s $$M.1 $(DESTDIR)$(mandir)/man1/$$M.krb.1 ; \
        done
+       test -h $(DESTDIR)/$(mandir)/man8/dafssync-debug.8 \
+           || ln -s fssync-debug.8 $(DESTDIR)/$(mandir)/man8/dafssync-debug.8
        set -e; if [ -n "@ENABLE_FUSE_CLIENT@" ] ; then \
            test -h $(DESTDIR)$(mandir)/man8/afsd.fuse.8 \
                || ln -s afsd.8 $(DESTDIR)$(mandir)/man8/afsd.fuse.8; \