The R Project SVN R

Rev

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

Rev 7002 Rev 7133
Line 30... Line 30...
30
# need not have HTML installed when building packages
30
# need not have HTML installed when building packages
31
contents-%:
31
contents-%:
32
	$(PERL) Rd2contents $(PKGDIR)/$* $(RLIB)/$*/CONTENTS
32
	$(PERL) Rd2contents $(PKGDIR)/$* $(RLIB)/$*/CONTENTS
33
	@mkdir -p $(RHOME)/doc/html/search
33
	@mkdir -p $(RHOME)/doc/html/search
34
	$(CAT) $(RHOME)/library/*/CONTENTS > $(RHOME)/doc/html/search/index.txt
34
	$(CAT) $(RHOME)/library/*/CONTENTS > $(RHOME)/doc/html/search/index.txt
-
 
35
	$(PERL) build.help ${DOS} -htmllists
35
 
36
 
36
ziphelp-%:
37
ziphelp-%:
37
	$(MAKE) -C $(RLIB)/$* -f $(RHOME)/src/gnuwin32/help/Makefile ZIPFLAGS=jqX  PKG=$* zipit
38
	$(MAKE) -C $(RLIB)/$* -f $(RHOME)/src/gnuwin32/help/Makefile ZIPFLAGS=jqX  PKG=$* zipit
38
 
39
 
39
ziponlyhelp-%:
40
ziponlyhelp-%: