ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/Makefile.in
(Generate patch)

Comparing rxvt-unicode/doc/Makefile.in (file contents):
Revision 1.19 by root, Wed Sep 8 17:22:35 2004 UTC vs.
Revision 1.20 by root, Fri Feb 11 18:06:44 2005 UTC

1# doc/Makefile.in -*- Makefile -*- 1# doc/Makefile.in -*- Makefile -*-
2# $Id: Makefile.in,v 1.19 2004/09/08 17:22:35 root Exp $ 2# $Id: Makefile.in,v 1.20 2005/02/11 18:06:44 root Exp $
3@MCOMMON@ 3@MCOMMON@
4 4
5srcdir = @srcdir@ 5srcdir = @srcdir@
6VPATH = @srcdir@ 6VPATH = @srcdir@
7.PATH: @srcdir@ 7.PATH: @srcdir@
36 36
37%.tbl: %.pod 37%.tbl: %.pod
38 ./podtbl <$< >$@ 38 ./podtbl <$< >$@
39 39
40%.1.man.in: %.1.tbl 40%.1.man.in: %.1.tbl
41 pod2man -n rxvt -r"$(VERSION)" -qnone -s1 -c "RXVT-UNICODE" <$< >$@ 41 pod2man -n rxvt -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@
42 42
43%.7.man.in: %.7.tbl 43%.7.man.in: %.7.tbl
44 pod2man -n rxvt -r"$(VERSION)" -qnone -s7 -c "RXVT-UNICODE" <$< >$@ 44 pod2man -n rxvt -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@
45 45
46%.html: %.tbl 46%.html: %.tbl
47 $(SED) $(SEDREPLACE) <$< | pod2html >$@ 47 $(SED) $(SEDREPLACE) <$< | pod2html >$@
48 48
49%.txt: %.tbl 49%.txt: %.tbl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines