~ubuntu-branches/ubuntu/vivid/fweb/vivid

« back to all changes in this revision

Viewing changes to debian/patches/10-Manual--fweb.texi.patch

  • Committer: Package Import Robot
  • Author(s): Jari Aalto
  • Date: 2011-11-18 21:05:43 UTC
  • Revision ID: package-import@ubuntu.com-20111118210543-i4gn84g98pi86war
Tags: 1.62-11.1
* Non-maintainer upload.
  - Move to packaging format "3.0 (quilt)".
* debian/compat
  - Update to 8.
* debian/control
  - (Build-Depends): update to debhelper 8.
  - (Description): Adjust first line (lintian).
  - (Homepage): Add.
  - (Recommends): Change to tetex-base to texlive (Closes: #601268).
  - (Standards-Version): Update to 3.9.2.
  - (Suggests): Remove tetex-base.
  Package fweb-doc
  - (Description): Extend first line (Lintian).
  - (Depends): Add ${misc:Depends}, add dpkg (>= 1.15.4) | install-info
  - (Section): Add doc.
* debian/copyright
  - Remove obsolete FSF address. Correct GPL path.
* debian/idxmerge.1
  - Fix hyphen-used-as-minus-sign (Lintian).
* debian/patches
  - New. Convert embedded changes to upstream code into individual patches.
* debian/rules
  - Replace obsolete dh_clean with dh_prep
  - (build-arch, build-indep): New (W: Lintian).
  - (clean): Adjust make call Web/Makefile (Lintian).
    Delete generated files: Web/fweave.mds Web/fweave.ndx
  - (docdir): Install docs to $package-doc.
  - (infodir): New variable.
  - (install): Don't create directory doc-base (lintian).
    Don't create empty info dir (Lintian).
  - (tmpdir): Install to $package, not tmp dir thus no longer needing
    dh_movefiles.
* debian/source/format
  - New file.
* fweb-doc.doc-base
  - (Section): Update from Apps/Programming to Programming.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 4782f564253f2d5e96bfb356529394c7ca4cf0e5 Mon Sep 17 00:00:00 2001
 
2
From: Jari Aalto <jari.aalto@cante.net>
 
3
Date: Fri, 18 Nov 2011 15:15:12 +0200
 
4
Subject: [PATCH] Manual/fweb.texi: add enry section
 
5
Organization: Private
 
6
Content-Type: text/plain; charset="utf-8"
 
7
Content-Transfer-Encoding: 8bit
 
8
 
 
9
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
 
10
---
 
11
 Manual/fweb.texi |   13 +++++++++++--
 
12
 1 files changed, 11 insertions(+), 2 deletions(-)
 
13
 
 
14
diff --git a/Manual/fweb.texi b/Manual/fweb.texi
 
15
index b00bad3..4662c8c 100644
 
16
--- a/Manual/fweb.texi
 
17
+++ b/Manual/fweb.texi
 
18
@@ -3,6 +3,15 @@
 
19
 @setfilename fweb.info
 
20
 @settitle FWEB
 
21
 
 
22
+@ifinfo
 
23
+@dircategory Development
 
24
+@format
 
25
+START-INFO-DIR-ENTRY
 
26
+* Fweb: (fweb).            The Fweb literate programming tool.
 
27
+END-INFO-DIR-ENTRY
 
28
+@end format
 
29
+@end ifinfo
 
30
+
 
31
 @macro Fprog{name}
 
32
 @sc{\name\}
 
33
 @end macro
 
34
@@ -115,7 +124,7 @@ Copyright @copyright{} 1993--1998 John A. Krommes
 
35
 NOTE: Because of last-minute translation problems with texi2html
 
36
 operating on the macro-expanded version of fweb.texi, user-defined macro
 
37
 expansion has temporarily been turned off in this html version.
 
38
-Multitable is also giving trouble, as is @samp in section names.  These
 
39
+Multitable is also giving trouble, as is "ATsamp" in section names.  These
 
40
 are probably problems with texi2html; sorry for the inconvenience.
 
41
 @end ifhtml
 
42
 
 
43
@@ -946,7 +955,7 @@ customized by means of setting parameters in a @code{makeindex}-like
 
44
 
 
45
 @chapter WEB CONCEPTS
 
46
 
 
47
-The principle concepts of @sc{WEB} programming are laid out in Knuth's book,
 
48
+The principle concepts of @sc{web} programming are laid out in Knuth's book,
 
49
 the reference to which was given in @ref{Intro}.  @FWEB{} follows most
 
50
 conventions introduced by @sc{web} and @sc{Cweb}, except that the names
 
51
 of some commands have been changed for consistency, symmetry, and/or
 
52
-- 
 
53
1.7.7.1
 
54