summaryrefslogtreecommitdiff
path: root/documentation/boxbackup/Makefile
diff options
context:
space:
mode:
authorPer Reedtz Thomsen <pthomsen@reedtz.com>2006-04-26 06:14:12 +0000
committerPer Reedtz Thomsen <pthomsen@reedtz.com>2006-04-26 06:14:12 +0000
commitfaab89ecaf8a2406a1112b9063d4ea648b636b04 (patch)
treea860e7f2cb6af5ac48dd06cc97e27b0a2c6b47d0 /documentation/boxbackup/Makefile
parent145b286c7d8e3337b932dc271ff8a53661cabace (diff)
Added raidfile-config, bbstored-certs and bbstored-config.
Also, hacked makefile to do the right thing.
Diffstat (limited to 'documentation/boxbackup/Makefile')
-rw-r--r--documentation/boxbackup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/boxbackup/Makefile b/documentation/boxbackup/Makefile
index e1d65a7c..ea795710 100644
--- a/documentation/boxbackup/Makefile
+++ b/documentation/boxbackup/Makefile
@@ -36,9 +36,9 @@ $(HTMLPREFIX)/man-html/.there:
man-pages/.there:
if [ ! -d man-pages ]; then mkdir man-pages; touch man-pages/.there; fi
-man-nroff: bbackupquery.1 bbackupctl.1 bbstoreaccounts.1
+man-nroff: bbackupquery.1 bbackupctl.1 bbstoreaccounts.1 bbstored-config.1 raidfile-config.1 bbstored-certs.1
-man-html: bbackupquery.html bbackupctl.html bbstoreaccounts.html
+man-html: bbackupquery.html bbackupctl.html bbstoreaccounts.html bbstored-config.html raidfile-config.html bbstored-certs.html
%.html: %.xml
$(DBPROC) -o $@ $(NOCHUNKBOOKXSL) $<