]> git.sur5r.net Git - bacula/bacula/commitdiff
Install man pages with 'make install'
authorKern Sibbald <kern@sibbald.com>
Fri, 25 Aug 2006 15:05:45 +0000 (15:05 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 25 Aug 2006 15:05:45 +0000 (15:05 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3370 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/Makefile.in
bacula/kernstodo
bacula/manpages/Makefile.in
bacula/technotes-1.39

index a6dc267e96d183e7ba32b10b24a389c1875acdd6..19c2d93c4aa50c226c42fe9652a5e33dabe82ab1 100755 (executable)
@@ -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
 
index 948d44122d8f0cbb11011ef6701940ebe7d52691..4f214467cb37389df13addd9aa34e902f0bc37f4 100644 (file)
@@ -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
+
index 16fd6593d1c8fcf2b2f608bdb2aaa8a0da852dd4..3bea3bb23ebeb9e268d88e8f1a8f7164d169020d 100644 (file)
@@ -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
index ab1c6345f7a83d94a3da627689f5e3138bb9d8c0..d83b2bf41a2d51ad4aee3e21d1e7907e8f801ca9 100644 (file)
@@ -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.