From 8e5bf1000dcfd4988bac1a1f8253aa833a27e3f9 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 3 Apr 2004 19:02:43 +0000 Subject: [PATCH] Small update for new directory --- Makefile | 4 ++++ mbsetup/mbsetup.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 84357309..20f8368d 100644 --- a/Makefile +++ b/Makefile @@ -212,6 +212,10 @@ install: echo "removed ${BINDIR}/mbtelnetd"; \ fi @for d in ${SUBDIRS}; do (cd $$d && ${MAKE} -w $@) || exit; done + @if [ -d ${PREFIX}/doc ] ; then \ + echo; echo "If there is nothing important in ${PREFIX}/doc" ; \ + echo "you may remove that obsolete directory." ; \ + fi dist tar: ${TARFILE} diff --git a/mbsetup/mbsetup.c b/mbsetup/mbsetup.c index c6436762..2e2e7379 100644 --- a/mbsetup/mbsetup.c +++ b/mbsetup/mbsetup.c @@ -215,10 +215,10 @@ void site_docs(void) set_color(WHITE, BLACK); mvprintw( 5, 6, "21. CREATING SITEDOCS"); set_color(CYAN, BLACK); - mvprintw( 7,11, (char *)"Erasing directory %s/doc/html", getenv("MBSE_ROOT")); + mvprintw( 7,11, (char *)"Erasing directory %s/share/doc/html", getenv("MBSE_ROOT")); fflush(stdout); - sprintf(temp, "-r -f %s/doc/html", getenv("MBSE_ROOT")); + sprintf(temp, "-r -f %s/share/doc/html", getenv("MBSE_ROOT")); execute_pth((char *)"rm", temp, (char *)"/dev/null", (char *)"/dev/null", (char *)"/dev/null"); if ((hp = open_webdoc((char *)"index.html", (char *)"BBS Site Documentation", NULL))) { @@ -297,7 +297,7 @@ void site_docs(void) dotter(); ol_doc(); clrtoeol(); - mvprintw( 8,11, (char *)"Created site documents in %s/doc", getenv("MBSE_ROOT")); + mvprintw( 8,11, (char *)"Created site documents in %s/share/doc", getenv("MBSE_ROOT")); fflush(stdout); /*