[DRBD-cvs] documentation by phil; Lars Ellenberg's last minute patch befor...
drbd-user@lists.linbit.com
drbd-user@lists.linbit.com
Sun, 8 Feb 2004 20:40:02 +0100 (CET)
DRBD CVS committal
Author : phil
Project : drbd
Module : documentation
Dir : drbd/documentation
Modified Files:
Makefile Makefile.lang
Log Message:
Lars Ellenberg's last minute patch before 0.6.11 depatures.
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/documentation/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- Makefile 22 Jan 2004 14:32:51 -0000 1.23
+++ Makefile 8 Feb 2004 19:39:57 -0000 1.24
@@ -56,13 +56,15 @@
all: prepare man HOWTO/index.html
clean:
- rm -f *.[58] manpage.links manpage.refs *~ manpage.log HOWTO/*.html
- rm -f *.ps.gz *.pdf *.ps *.html
+ rm -f *.[58] manpage.links manpage.refs *~ manpage.log
+ rm -f HOWTO/{*.html,*.css,suse-*.dsl,CATALOG.local}
+ rm -rf HOWTO/{DRBD-HOWTO*,db2html*}/
+ rm -f *.ps.gz *.pdf *.ps *.html pod2htm*
@ set -e; for i in $(LANGS); do ln -sf ../Makefile.lang $$i/Makefile ; $(MAKE) -C $$i clean ; rm $$i/Makefile ; done
else
-all:
+all: prepare
@echo "could not find docbook tools, sorry."
clean:
@@ -74,7 +76,7 @@
rm -f drbd-article.html
-pod2html --title "Data Redundance By DRBD" < drbd-article.pod |\
sed '/rev="made"/d' > drbd-article.html
- rm -f pod2htm*~
+ rm -f pod2htm*
all: drbd-article.html
@@ -85,7 +87,7 @@
@ 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 ..
+ @cd HOWTO ; $(DB2HTML) DRBD-HOWTO.sgml ; cd ..
install: drbdsetup.8 drbd.conf.5 drbd.8 datadisk.8
install -D -m 644 drbd.conf.5 $(PREFIX)usr/share/man/man5/drbd.conf.5
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/documentation/Makefile.lang,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.lang 22 Jan 2004 14:32:51 -0000 1.6
+++ Makefile.lang 8 Feb 2004 19:39:57 -0000 1.7
@@ -56,8 +56,10 @@
cd HOWTO ; $(DB2HTML) DRBD-HOWTO.sgml ; cd ..
clean:
- rm -f *.[58] manpage.links manpage.refs *~ manpage.log HOWTO/*.html
- rm -f *.ps.gz *.pdf *.ps *.html
+ rm -f *.[58] manpage.links manpage.refs *~ manpage.log
+ rm -f HOWTO/{*.html,*.css,suse-*.dsl,CATALOG.local}
+ rm -rf HOWTO/{DRBD-HOWTO*,db2html*}/
+ rm -f *.ps.gz *.pdf *.ps *.html pod2htm*
install:
install -D -m 644 drbdsetup.8 $(PREFIX)usr/share/man/$(C_LANG)/man8/drbdsetup.8