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

« back to all changes in this revision

Viewing changes to debian/patches/man-title.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
2
 
===================================================================
3
 
--- rxvt-unicode-7.7.orig/doc/Makefile.in       2006-03-12 12:59:00.000000000 -0500
4
 
+++ rxvt-unicode-7.7/doc/Makefile.in    2006-03-12 13:00:10.000000000 -0500
5
 
@@ -51,13 +51,13 @@
6
 
        ./podtbl <$< >$@
7
 
 
8
 
 %.1.man: %.1.tbl
9
 
-       $(SED) $(SEDREPLACE) <$< | pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" >$@
10
 
+       $(SED) $(SEDREPLACE) <$< | pod2man -n urxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" >$@
11
 
 
12
 
 %.3.man: %.3.tbl
13
 
-       $(SED) $(SEDREPLACE) <$< | pod2man -n rxvt -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" >$@
14
 
+       $(SED) $(SEDREPLACE) <$< | pod2man -n urxvt -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" >$@
15
 
 
16
 
 %.7.man: %.7.tbl
17
 
-       $(SED) $(SEDREPLACE) <$< | pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" >$@
18
 
+       $(SED) $(SEDREPLACE) <$< | pod2man -n urxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" >$@
19
 
 
20
 
 %.html: %.tbl
21
 
        $(SED) $(SEDREPLACE) <$< | pod2html >$@