[DRBD-cvs] DRBD CVS: documentation by phil from

drbd-cvs@linbit.com drbd-cvs@linbit.com
Mon, 12 Jan 2004 20:50:11 +0100 (CET)


DRBD CVS committal

Author  : phil
Host    : 
Project : drbd
Module  : documentation

Dir     : drbd/documentation


Modified Files:
      Tag: rel-0_7-branch
	Makefile.lang 


Log Message:
* Micro makefile fixes
* Fixes for the usual was-never-tested bugs to the last changes in drbd_actlog.c
* Changed return value of drbd_process_ee(), if the function is interrupted
  by a signal from 0 (=fatal) to 2 (= I was interrupted by a signal, do something
  and call me again)
* Be more verbose on the SyncSource side if resynchronisation is paused.
* Made drbdadm to no longer echo each drbdsetup commandline to stderr.    

===================================================================
RCS file: /var/lib/cvs/drbd/drbd/documentation/Makefile.lang,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -3 -r1.3.2.1 -r1.3.2.2
--- Makefile.lang	23 Mar 2003 19:11:12 -0000	1.3.2.1
+++ Makefile.lang	12 Jan 2004 19:49:41 -0000	1.3.2.2
@@ -18,10 +18,13 @@
 #
 #
 
-include ../../Makefile.vars
-
 C_LANG=$(shell basename `pwd`)
-TARGETS=$(shell if [ -e drbd.conf.sgml ]; then echo -n "drbd.conf.5 " ; fi ; if [ -e drbdsetup.sgml ]; then echo -n "drbdsetup.8 " ; fi ; if [ -e drbd.sgml ]; then echo -n "drbd.8 " ; fi ; if [ -e datadisk.sgml ]; then echo -n "datadisk.8 " ; fi ; if [ -e HOWTO ]; then echo -n "HOWTO/index.html " ; fi ; echo )
+TARGETS=drbd.conf.5 drbdsetup.8 drbd.8 datadisk.8
+
+DB2MAN          := $(shell which 2>/dev/null docbook2man)
+DB2HTML         := $(shell which 2>/dev/null docbook2html)
+DB2PDF          := $(shell which 2>/dev/null docbook2pdf)
+DB2PS           := $(shell which 2>/dev/null docbook2ps)
 
 ####### Implicit rules