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.173 by sf-exg, Sat Sep 22 14:31:11 2012 UTC vs.
Revision 1.174 by root, Sat Sep 22 15:45:12 2012 UTC

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 $(srcdir)/../doc/extensions.pod.top manlst $(srcdir)/../doc/extensions.pod.bot | \ 118@IF_PERL@ cat $(srcdir)/../doc/extensions.pod.top manlst $(srcdir)/../doc/extensions.pod.bot | \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines