~kklimonda/ubuntu/lucid/rxvt-unicode/lp-514821

« back to all changes in this revision

Viewing changes to debian/patches/generate-docs.patch

  • Committer: Bazaar Package Importer
  • Author(s): Decklin Foster
  • Date: 2006-09-01 14:44:58 UTC
  • mfrom: (1.1.8 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060901144458-98hrz8zg01w8a3vy
Tags: 7.9-2
* Edit the comments in the app-defaults file, and disable all settings by
  default. If font autoselection fails, I would prefer to open a new bug
  specifically for that. (Closes: #385481)
* Reorganize and edit README.Debian, pushing as much as possible into FAQ
  format (with resource setting issues first).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: rxvt-unicode-7.7/doc/Makefile.in
 
1
Index: rxvt-unicode-7.8/doc/Makefile.in
2
2
===================================================================
3
 
--- rxvt-unicode-7.7.orig/doc/Makefile.in       2006-03-13 18:56:30.000000000 -0500
4
 
+++ rxvt-unicode-7.7/doc/Makefile.in    2006-03-13 19:06:32.000000000 -0500
 
3
--- rxvt-unicode-7.8.orig/doc/Makefile.in       2006-07-28 03:24:53.000000000 -0400
 
4
+++ rxvt-unicode-7.8/doc/Makefile.in    2006-07-28 03:24:55.000000000 -0400
5
5
@@ -36,7 +36,7 @@
6
6
 
7
7
 #-------------------------------------------------------------------------
11
11
 
12
12
 SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;'     \
13
13
             -e 's%@@RXVT_NAME@@%$(RXVTNAME)%g;'        \
14
 
@@ -44,68 +44,83 @@
 
14
@@ -44,8 +44,8 @@
15
15
             -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;'        \
16
16
             -e 's%@@URXVT_NAME@@%urxvt%g;'
17
17
 
22
22
 
23
23
 %.tbl: %.pod
24
24
        ./podtbl <$< >$@
25
 
 
26
 
 %.1.man.in: %.1.tbl
27
 
-       pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
28
 
+       pod2man -n "@@RXVT_NAME@@" -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
29
 
 
30
 
 %.3.man.in: %.3.tbl
31
 
-       pod2man -n rxvt -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@
32
 
+       pod2man -n "@@RXVT_NAME@@" -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@
33
 
 
 
25
@@ -59,53 +59,68 @@
34
26
 %.7.man.in: %.7.tbl
35
 
-       pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
36
 
+       pod2man -n "@@RXVT_NAME@@" -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
 
27
        pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
37
28
 
38
29
-%.html: %.tbl
39
30
-       $(SED) $(SEDREPLACE) <$< | pod2html >$@
49
40
-       $(SED) $(SEDREPLACE) <$< | podselect -section "CONFIGURE OPTIONS" | pod2text >$@
50
41
+README.configure.in: rxvt.7.tbl
51
42
+       podselect -section "CONFIGURE OPTIONS" <$< | pod2text >$@
52
 
+
 
43
 
 
44
-../README.FAQ: rxvt.7.tbl
 
45
-       $(SED) $(SEDREPLACE) <$< | podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" | pod2text >$@
53
46
+README.FAQ.in: rxvt.7.tbl
54
 
+       podselect -section "FREQUENTLY ASKED QUESTIONS" <$< | pod2text >$@
 
47
+       podselect -section "RXVT-UNICODE\/URXVT FREQUENTLY ASKED QUESTIONS" <$< | pod2text >$@
55
48
+
56
49
+%.man: %.man.in
57
50
+       $(SED) $(SEDREPLACE) <$< >$@
63
56
+       $(SED) $(SEDREPLACE) <$< >$@
64
57
+../README.FAQ: README.FAQ.in
65
58
+       $(SED) $(SEDREPLACE) <$< >$@
66
 
 
67
 
-../README.FAQ: rxvt.7.tbl
68
 
-       $(SED) $(SEDREPLACE) <$< | podselect -section "FREQUENTLY ASKED QUESTIONS" | pod2text >$@
 
59
+
69
60
+etc/rxvt-unicode.termcap:
70
61
+       infocmp -C rxvt-unicode >$@
71
62