delte all

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

View File

@ -1,19 +0,0 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 82_makeinfo_regex.dpatch by Frédéric Brière <fbriere@fbriere.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix regex for compatibility with makeinfo 4.11
@DPATCH@
diff -urNad opencbm~/docs/LINUX/Makefile opencbm/docs/LINUX/Makefile
--- opencbm~/docs/LINUX/Makefile 2007-12-02 14:56:04.000000000 -0500
+++ opencbm/docs/LINUX/Makefile 2007-12-02 14:56:29.000000000 -0500
@@ -29,7 +29,7 @@
%.info: %.sgml
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";}' $@
+ perl -p -i -e 'if(m/^\s*\\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/