From: Kern Sibbald Date: Fri, 25 Aug 2006 15:05:45 +0000 (+0000) Subject: Install man pages with 'make install' X-Git-Tag: Release-2.0.0~546 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3dd60c6230d559f2d1d9683ea898cfed99625179;p=bacula%2Fbacula Install man pages with 'make install' git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3370 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/Makefile.in b/bacula/Makefile.in index a6dc267e96..19c2d93c4a 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -23,9 +23,9 @@ fd_subdirs = src scripts src/lib src/findlib src/filed \ @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@ # Non-client-only directores -subdirs = src/cats @DIRD_DIR@ @STORED_DIR@ src/tools +subdirs = src/cats @DIRD_DIR@ @STORED_DIR@ src/tools -all_subdirs = ${fd_subdirs} ${@ALL_DIRS@} +all_subdirs = ${fd_subdirs} ${@ALL_DIRS@} manpages DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog diff --git a/bacula/kernstodo b/bacula/kernstodo index 948d44122d..4f214467cb 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -1,5 +1,5 @@ Kern's ToDo List - 22 August 2006 + 25 August 2006 Major development: Project Developer @@ -38,12 +38,9 @@ For 1.39: - Make sure that the restore options don't permit "seeing" other Client's job data. - Implement Python event for backing up/restoring a file. -- Fix wx-console scanning problem with commas in names. - Change dbcheck to tell users to use native tools for fixing broken databases, and to ensure they have the proper indexes. - add udev rules for Bacula devices. -- Add manpages to the list of directories for make install. Notify - Scott - If a job terminates, the DIR connection can close before the Volume info is updated, leaving the File count wrong. - Look at why SIGPIPE during connection can cause seg fault in @@ -1654,3 +1651,7 @@ Block Position: 0 - Update llist to include new fields. - Make unmount unload autochanger. Make mount load slot. - Fix bscan to report the JobType when restoring a job. +- Fix wx-console scanning problem with commas in names. +- Add manpages to the list of directories for make install. Notify + Scott + diff --git a/bacula/manpages/Makefile.in b/bacula/manpages/Makefile.in index 16fd6593d1..3bea3bb23e 100644 --- a/bacula/manpages/Makefile.in +++ b/bacula/manpages/Makefile.in @@ -11,6 +11,9 @@ MAN8 = bacula.8 bacula-dir.8 bacula-fd.8 bacula-sd.8 \ MAN1 = bacula-console-gnome.1 bacula-tray-monitor.1 \ bacula-wxconsole.1 bsmtp.1 +nothing: + +depend: install: $(MKDIR) $(DESTDIR)/$(mandir)/man8 @@ -38,5 +41,7 @@ clean: dummy $(RMF) *~ 1 2 3 *.bak @find . -name .#* -exec $(RMF) {} \; +depend: + distclean: clean $(RMF) Makefile diff --git a/bacula/technotes-1.39 b/bacula/technotes-1.39 index ab1c6345f7..d83b2bf41a 100644 --- a/bacula/technotes-1.39 +++ b/bacula/technotes-1.39 @@ -2,6 +2,7 @@ General: 25Aug06 +kes Install man pages with 'make install' kes wx-console crashes because of differences between Bacula and wxWidgets malloc()/free(). Tweek wx-console to use bmalloc()/bfree() for Bacula calls.