delete all

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@747 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-02-02 22:48:12 +00:00
parent 19cfa12912
commit a71d441057
5 changed files with 0 additions and 170 deletions

View File

@ -1,45 +0,0 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 80_docs_encoding.dpatch by Frédéric Brière <fbriere@fbriere.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Specify the input character encoding to all sgml2* tools
## DP: Tracker: <http://sourceforge.net/tracker/index.php?func=detail&aid=1842513&group_id=122047&atid=692221>
@DPATCH@
diff -urNad opencbm~/docs/LINUX/Makefile opencbm/docs/LINUX/Makefile
--- opencbm~/docs/LINUX/Makefile 2007-11-11 10:01:17.000000000 -0500
+++ opencbm/docs/LINUX/Makefile 2007-12-01 21:11:57.000000000 -0500
@@ -19,21 +19,21 @@
unix2dos $@
%.txt: %.sgml
- sgml2txt $<
+ sgml2txt -c latin $<
%.pdf: %.dvi
dvipdf $<
%.dvi: %.sgml
- sgml2latex -o dvi $<
+ sgml2latex -c latin -o dvi $<
%.info: %.sgml
- sgml2info $<
+ sgml2info -c latin $<
perl -p -i -e 'if(m/^ \\input texinfo/){print "INFO-DIR-SECTION Miscellaneous\nSTART-INFO-DIR-ENTRY\n* opencbm: (opencbm). Commodore serial IEC bus support.\nEND-INFO-DIR-ENTRY\n";}' $@
%.html: opencbm.sgml
-[ ! -d html ] && mkdir html/
- cd html; sgml2html -s 2 ../$<; cd ..
+ cd html; sgml2html -c latin -s 2 ../$<; cd ..
all: $(TXT) $(DVI) $(INFO) $(HTML) ${PDF}
diff -urNad opencbm~/docs/opencbm.sgml opencbm/docs/opencbm.sgml
--- opencbm~/docs/opencbm.sgml 2007-11-11 12:35:53.000000000 -0500
+++ opencbm/docs/opencbm.sgml 2007-12-01 21:11:46.000000000 -0500
@@ -2224,3 +2224,4 @@
The OpenCBM team.
</article>
+

View File

@ -1,68 +0,0 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 81_manpages_whatis.dpatch by Frédéric Brière <fbriere@fbriere.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Provide a temporary whatis line in manpages
@DPATCH@
diff -urNad opencbm~/cbmcopy/cbmcopy.1 opencbm/cbmcopy/cbmcopy.1
--- opencbm~/cbmcopy/cbmcopy.1 2006-04-28 15:02:28.000000000 -0400
+++ opencbm/cbmcopy/cbmcopy.1 2007-08-10 23:47:41.000000000 -0400
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH CBMCOPY "1" "April 2006" "cbmcopy 0.4.2" "User Commands"
.SH NAME
-cbmcopy \- manual page for cbmcopy 0.4.2
+cbmcopy \- copy files to/from a CBM drive
.SH SYNOPSIS
.B cbmcopy
[\fIOPTION\fR]... [\fIDRIVE\fR] [\fIFILE\fR]...
diff -urNad opencbm~/cbmctrl/cbmctrl.1 opencbm/cbmctrl/cbmctrl.1
--- opencbm~/cbmctrl/cbmctrl.1 2006-04-28 15:02:29.000000000 -0400
+++ opencbm/cbmctrl/cbmctrl.1 2007-08-10 23:44:03.000000000 -0400
@@ -11,8 +11,7 @@
.\"
.TH CBMCTRL "1" "April 2006" "cbmctrl 0.4.2" "User Commands"
.SH NAME
- cbmctrl \- manual page for cbmctrl 0.4.2
- - control serial CBM devices
+ cbmctrl \- send commands to serial CBM devices
.P
.B This document is poorly maintained and probably outdated.
If in doubt, use the Texinfo manual. If the
diff -urNad opencbm~/cbmformat/cbmformat.1 opencbm/cbmformat/cbmformat.1
--- opencbm~/cbmformat/cbmformat.1 2006-04-28 15:02:29.000000000 -0400
+++ opencbm/cbmformat/cbmformat.1 2007-08-10 23:48:03.000000000 -0400
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH CBMFORMAT "1" "April 2006" "cbmformat 0.4.2" "User Commands"
.SH NAME
-cbmformat \- manual page for cbmformat 0.4.2
+cbmformat \- fast 1541 disk formatter
.SH SYNOPSIS
.B cbmformat
[\fIOPTION\fR]... \fIDRIVE NAME,ID\fR
diff -urNad opencbm~/cbmforng/cbmforng.1 opencbm/cbmforng/cbmforng.1
--- opencbm~/cbmforng/cbmforng.1 2006-04-28 15:02:30.000000000 -0400
+++ opencbm/cbmforng/cbmforng.1 2007-08-10 23:47:24.000000000 -0400
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH CBMFORNG "1" "April 2006" "cbmforng 0.4.2" "User Commands"
.SH NAME
-cbmforng \- manual page for cbmforng 0.4.2
+cbmforng \- fast 1541 disk formatter
.SH SYNOPSIS
.B cbmforng
[\fIOPTION\fR]... \fIDRIVE NAME,ID\fR
diff -urNad opencbm~/d64copy/d64copy.1 opencbm/d64copy/d64copy.1
--- opencbm~/d64copy/d64copy.1 2007-08-10 23:41:50.000000000 -0400
+++ opencbm/d64copy/d64copy.1 2007-08-10 23:45:12.000000000 -0400
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH D64COPY "1" "April 2006" "d64copy 0.4.2" "User Commands"
.SH NAME
-d64copy \- manual page for d64copy 0.4.2
+d64copy \- copy .d64 images to/from a CBM drive
.SH SYNOPSIS
.B d64copy
[\fIOPTION\fR]... [\fISOURCE\fR] [\fITARGET\fR]

View File

@ -1,19 +0,0 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 95_no_module.dpatch by Frédéric Brière <fbriere@fbriere.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Prevent kernel module from being build by default
@DPATCH@
diff -urNad opencbm-0.4.0~/LINUX/Makefile opencbm-0.4.0/LINUX/Makefile
--- opencbm-0.4.0~/LINUX/Makefile 2007-08-10 13:24:45.000000000 -0400
+++ opencbm-0.4.0/LINUX/Makefile 2007-08-10 13:25:01.000000000 -0400
@@ -6,7 +6,7 @@
CBMPERM = 666
DEVMAJOR = 10
DEVMINOR = 177
-SUBDIRS = sys/linux include arch/$(ARCH) lib compat \
+SUBDIRS = include arch/$(ARCH) lib compat \
cbmctrl cbmformat cbmforng d64copy cbmcopy \
demo/flash demo/morse demo/rpm1541 docs

View File

@ -1,19 +0,0 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 96_no_compat.dpatch by Frédéric Brière <fbriere@fbriere.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Skipping compat directory
@DPATCH@
diff -urNad opencbm-0.4.0~/LINUX/Makefile opencbm-0.4.0/LINUX/Makefile
--- opencbm-0.4.0~/LINUX/Makefile 2007-08-10 14:19:37.000000000 -0400
+++ opencbm-0.4.0/LINUX/Makefile 2007-08-10 14:21:42.000000000 -0400
@@ -6,7 +6,7 @@
CBMPERM = 666
DEVMAJOR = 10
DEVMINOR = 177
-SUBDIRS = include arch/$(ARCH) lib compat \
+SUBDIRS = include arch/$(ARCH) lib \
cbmctrl cbmformat cbmforng d64copy cbmcopy \
demo/flash demo/morse demo/rpm1541 docs

View File

@ -1,19 +0,0 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 97_no_demo.dpatch by Frédéric Brière <fbriere@fbriere.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Disable compilation of demo/*, as we install them as examples
@DPATCH@
diff -urNad opencbm~/LINUX/Makefile opencbm/LINUX/Makefile
--- opencbm~/LINUX/Makefile 2007-08-13 01:05:38.000000000 -0400
+++ opencbm/LINUX/Makefile 2007-08-13 01:05:54.000000000 -0400
@@ -8,7 +8,7 @@
DEVMINOR = 177
SUBDIRS = include arch/$(ARCH) lib \
cbmctrl cbmformat cbmforng d64copy cbmcopy \
- demo/flash demo/morse demo/rpm1541 docs
+ docs
SUBDIRS_OPTIONAL = mnib36