[DRBD-cvs] r1547 - trunk/documentation

svn at svn.drbd.org svn at svn.drbd.org
Tue Sep 21 02:08:52 CEST 2004


Author: lars
Date: 2004-09-21 02:08:49 +0200 (Tue, 21 Sep 2004)
New Revision: 1547

Removed:
   trunk/documentation/HOWTO/
   trunk/documentation/ja/
   trunk/documentation/pt_BR/
Modified:
   trunk/documentation/Makefile
   trunk/documentation/Makefile.lang
   trunk/documentation/NFS-Server-README.txt
Log:
removed translations and HOWTO, because they are hopelessly outdated

Modified: trunk/documentation/Makefile
===================================================================
--- trunk/documentation/Makefile	2004-09-20 23:48:20 UTC (rev 1546)
+++ trunk/documentation/Makefile	2004-09-21 00:08:49 UTC (rev 1547)
@@ -100,7 +100,7 @@
 	@echo "To clean the documentation: make doc-clean"
 
 ifneq ($(DB2MAN)$(DB2HTML)$(DB2PDF)$(DB2PS),)
-doc:	prepare man HOWTO/index.html
+doc:	prepare man
 
 doc-clean: distclean
 
@@ -117,8 +117,6 @@
 distclean:
 	rm -f *.[58] manpage.links manpage.refs *~ manpage.log
 	rm -f *.ps.gz *.pdf *.ps *.html pod2htm*
-	rm -f  HOWTO/{*.html,*.css,suse-*.dsl,CATALOG.local}
-	rm -rf HOWTO/{DRBD-HOWTO*,db2html*}/	# note the trailing slash
 	@ set -e; for i in $(LANGS); do ln -sf ../Makefile.lang $$i/Makefile ; $(MAKE) -C $$i clean ; rm $$i/Makefile ; done
 
 $(MAKEFILES_LANG): Makefile.lang
@@ -132,9 +130,6 @@
 man:	$(MANPAGES)
 	@ set -e; for i in $(LANGS); do $(MAKE) -C $$i man; done	
 
-HOWTO/index.html: HOWTO/DRBD-HOWTO.sgml
-	@cd HOWTO ; $(DB2HTML) DRBD-HOWTO.sgml ; cd ..
-
 install:
 	@ok=true; for f in $(MANPAGES) ; \
 		do [ -e $$f ] || { echo $$f missing ; ok=false; } ; \

Modified: trunk/documentation/Makefile.lang
===================================================================
--- trunk/documentation/Makefile.lang	2004-09-20 23:48:20 UTC (rev 1546)
+++ trunk/documentation/Makefile.lang	2004-09-21 00:08:49 UTC (rev 1547)
@@ -83,13 +83,10 @@
 
 man:	$(MANPAGES)
 
-all:	man HOWTO/index.html
+all:	man
 
-HOWTO/index.html: HOWTO/DRBD-HOWTO.sgml
-	cd HOWTO ; $(DB2HTML) DRBD-HOWTO.sgml ; cd ..
-
 clean:
-	rm -f *.[58] manpage.links manpage.refs *~ manpage.log HOWTO/*.html
+	rm -f *.[58] manpage.links manpage.refs *~ manpage.log
 	rm -f *.ps.gz *.pdf *.ps *.html
 
 install:

Modified: trunk/documentation/NFS-Server-README.txt
===================================================================
--- trunk/documentation/NFS-Server-README.txt	2004-09-20 23:48:20 UTC (rev 1546)
+++ trunk/documentation/NFS-Server-README.txt	2004-09-21 00:08:49 UTC (rev 1547)
@@ -1,3 +1,24 @@
+
+NOTE:
+  with recent drbd (>= 0.7)
+  you typically NOT place any entries in /etc/fstab,
+  and the device names are /dev/drbdX instead of /dev/nbX
+
+This file should be replaced by a proper howto.
+someone vonlunteers to write one?
+
+see also the pages at linux-ha.org,
+  there should be more, and more recent,
+  info on this and related topics:
+  
+  http://linuxha.trick.ca/
+  http://www.linux-ha.org/
+
+-- lge
+
+=========================================
+
+
 From: Erik de Wilde <E.deWilde at eijsink.nl>
 Subject: Re: [DRBD-dev] Bad performance when disks mounted with sync but data
 +corruption without sync



More information about the drbd-cvs mailing list