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

Comparing rxvt-unicode/src/Makefile.in (file contents):
Revision 1.171 by root, Fri Sep 21 23:26:20 2012 UTC vs.
Revision 1.174 by root, Sat Sep 22 15:45:12 2012 UTC

8libdir = @libdir@ 8libdir = @libdir@
9man1dir = @mandir@/man1 9man1dir = @mandir@/man1
10man1ext = 1 10man1ext = 1
11man3dir = @mandir@/man3 11man3dir = @mandir@/man3
12man3ext = 3 12man3ext = 3
13PODOPTS = quotes => q<"> , center => q<RXVT-UNICODE>, release => q<$(RXVTNAME)-$(VERSION)> 13PODOPTS = quotes => q<"> , center => q<RXVT-UNICODE>, release => q<$(VERSION)>
14CXX = @CXX@ 14CXX = @CXX@
15PERL = @PERL@ 15PERL = @PERL@
16INSTALL = @INSTALL@ 16INSTALL = @INSTALL@
17INSTALL_PROGRAM = @INSTALL@ -m 755 17INSTALL_PROGRAM = @INSTALL@ -m 755
18INSTALL_DATA = @INSTALL@ -m 644 18INSTALL_DATA = @INSTALL@ -m 644
108@IF_PERL@ cd $(srcdir)/perl; \ 108@IF_PERL@ cd $(srcdir)/perl; \
109@IF_PERL@ for ext in *; do \ 109@IF_PERL@ for ext in *; do \
110@IF_PERL@ test -f "$$ext" || continue; \ 110@IF_PERL@ test -f "$$ext" || continue; \
111@IF_PERL@ $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; \ 111@IF_PERL@ $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; \
112@IF_PERL@ < "$$ext" \ 112@IF_PERL@ < "$$ext" \
113@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "'rxvt-$$ext'", $(PODOPTS))->parse_from_file' \ 113@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "'urxvt-$$ext'", $(PODOPTS))->parse_from_file' \
114@IF_PERL@ > ../mantmp; \ 114@IF_PERL@ > ../mantmp; \
115@IF_PERL@ test -s ../mantmp && $(INSTALL_DATA) ../mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-$$ext.$(man1ext); \ 115@IF_PERL@ test -s ../mantmp && $(INSTALL_DATA) ../mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-$$ext.$(man1ext); \
116@IF_PERL@ < "$$ext" $(PERL) -ne '<>, (print <> . "\n"), exit if /^=head1/' >&3; \ 116@IF_PERL@ < "$$ext" $(PERL) -ne '<>, (print <> . "\n"), exit if /^=head1/' >&3; \
117@IF_PERL@ done 3>../manlst 117@IF_PERL@ done 3>../manlst
118@IF_PERL@ cat ../doc/extensions.pod.top manlst ../doc/extensions.pod.bot | \ 118@IF_PERL@ cat $(srcdir)/../doc/extensions.pod.top manlst $(srcdir)/../doc/extensions.pod.bot | \
119@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "$(RXVTNAME)-extensions", $(PODOPTS))->parse_from_file' \ 119@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "$(RXVTNAME)-extensions", $(PODOPTS))->parse_from_file' \
120@IF_PERL@ > mantmp 120@IF_PERL@ > mantmp
121@IF_PERL@ $(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-extensions.$(man1ext) 121@IF_PERL@ $(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-extensions.$(man1ext)
122@IF_PERL@ < urxvt.pm \ 122@IF_PERL@ < $(srcdir)/urxvt.pm \
123@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "$(RXVTNAME)perl", $(PODOPTS))->parse_from_file' \ 123@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "$(RXVTNAME)perl", $(PODOPTS))->parse_from_file' \
124@IF_PERL@ > mantmp 124@IF_PERL@ > mantmp
125@IF_PERL@ $(INSTALL_DATA) mantmp $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext) 125@IF_PERL@ $(INSTALL_DATA) mantmp $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
126 126
127install-bin: allbin 127install-bin: allbin

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines