[DRBD-cvs] drbd by phil; Updates to the doc build system by LGE.

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Tue, 3 Feb 2004 09:42:02 +0100 (CET)


DRBD CVS committal

Author  : phil
Module  : drbd

Dir     : drbd


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


Log Message:
Updates to the doc build system by LGE.

===================================================================
RCS file: /var/lib/cvs/drbd/drbd/Makefile,v
retrieving revision 1.11.2.9
retrieving revision 1.11.2.10
diff -u -3 -r1.11.2.9 -r1.11.2.10
--- Makefile	15 Dec 2003 17:00:11 -0000	1.11.2.9
+++ Makefile	3 Feb 2004 08:41:57 -0000	1.11.2.10
@@ -30,6 +30,9 @@
 doc:
 	$(MAKE) -C documentation doc
 
+doc-clean:
+	$(MAKE) -C documentation doc-clean
+
 install:
 	@ set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i install; done