The R Project SVN R

Rev

Rev 30997 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30997 Rev 31058
Line 38... Line 38...
38
	    -latex $(PKGDIR)/$* $(RLIB) '$(DPKG)' $* ; \
38
	    -latex $(PKGDIR)/$* $(RLIB) '$(DPKG)' $* ; \
39
	fi
39
	fi
40
 
40
 
41
chm-%:
41
chm-%:
42
	@if test -d $(PKGDIR)/$*/man ; then \
42
	@if test -d $(PKGDIR)/$*/man ; then \
-
 
43
	  if ! test -d $(PKGDIR)/$*/chm ; then \
-
 
44
	    PERL5LIB=$(RHOME)/share/perl $(PERL) \
-
 
45
	    $(R_HOME)/share/perl/build-help-windows.pl ${DOS} \
-
 
46
	    -chm $(PKGDIR)/$* $(RLIB) '$(DPKG)' $* ; \
-
 
47
	  fi; \
43
	  $(MAKE)  --no-print-directory -C $(PKGDIR)/$*/chm \
48
	  $(MAKE)  --no-print-directory -C $(PKGDIR)/$*/chm \
44
	    -f $(RHOME)/src/gnuwin32/help/Makefile $*.chm ; \
49
	    -f $(RHOME)/src/gnuwin32/help/Makefile $*.chm ; \
45
	  $(MKDIR) -p $(DPKG)/chtml ;\
50
	  $(MKDIR) -p $(DPKG)/chtml ;\
46
	  $(CP) $(PKGDIR)/$*/chm/$*.chm $(DPKG)/chtml ; \
51
	  $(CP) $(PKGDIR)/$*/chm/$*.chm $(DPKG)/chtml ; \
47
	fi
52
	fi