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.180 by sf-exg, Thu Oct 23 22:43:30 2014 UTC vs.
Revision 1.181 by sf-exg, Sat Oct 25 16:42:16 2014 UTC

105@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man1dir) 105@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man1dir)
106@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir) 106@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
107@IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm 107@IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm
108@IF_PERL@ for ext in $(srcdir)/perl/*; do \ 108@IF_PERL@ for ext in $(srcdir)/perl/*; do \
109@IF_PERL@ test -f "$$ext" || continue; \ 109@IF_PERL@ test -f "$$ext" || continue; \
110@IF_PERL@ base="$${ext##*/}"; \ 110@IF_PERL@ base=`basename "$$ext"`; \
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 => "'urxvt-$$base'", $(PODOPTS))->parse_from_file' \ 113@IF_PERL@ $(PERL) -MPod::Man -e '(new Pod::Man name => "'urxvt-$$base'", $(PODOPTS))->parse_from_file' \
114@IF_PERL@ > mantmp; \ 114@IF_PERL@ > mantmp; \
115@IF_PERL@ test -s mantmp && $(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-$$base.$(man1ext); \ 115@IF_PERL@ test -s mantmp && $(INSTALL_DATA) mantmp $(DESTDIR)$(man1dir)/$(RXVTNAME)-$$base.$(man1ext); \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines