Blame | Last modification | View Log | Download | RSS feed
# default target builds indicesDOS= # -dosnames # for file-name mappingindices:perl build.help ${DOS} -htmllistshelp-%:perl build.help ${DOS} -nroff -html -example -latex $*contents-%:perl Rd2contents ../../library/$* ../../../library/$*/CONTENTSpkg-%:perl build.help ${DOS} -nroff -html -example -latex ../../library/$*ziphelp-%:$(MAKE) -C ../../../library/$* -f ../../src/gnuwin32/help/makefile ZIPFLAGS=jqX PKG=$* zipitziponlyhelp-%:$(MAKE) -C ../../../library/$* -f ../../src/gnuwin32/help/makefile ZIPFLAGS=jqmX PKG=$* zipitwinhelp-%:$(MAKE) -C ../../library/$* -f ../../gnuwin32/help/makefile PKG=$* winclean:rm -fr *~# to be run from src/library/pkgwin: $(PKG).rtf-mkdir ../../../library/$(PKG)/winhlpcp -p $(PKG).hlp $(PKG).cnt ../../../library/$(PKG)/winhlp%.rtf: man/*.Rd-$(RM) -f $*.rtfperl ../../gnuwin32/help/Rd2Sd.pl -p $* man/*.Rdperl -S nr2hlp $* $*.Sdhcp505 $*$(RM) -f $*.ph $*.hpj $*.rtf# following are designed to be run from the library/pkg directory:zipit: help/Rhelp.ziphelp/Rhelp.zip: ../../src/library/$(PKG)/man/*.Rd-$(MAKE) -C help -f ../../../src/gnuwin32/help/makefile uz-Rhelp-$(MAKE) -C R-ex -f ../../../src/gnuwin32/help/makefile uz-Rex-$(MAKE) -C latex -f ../../../src/gnuwin32/help/makefile uz-Rhelp-$(MAKE) -C ../../src/gnuwin32/help help-$(PKG)zip -${ZIPFLAGS} help/Rhelp help/* -x help/00Titles help/AnIndexzip -${ZIPFLAGS} R-ex/Rex R-ex/*.Rzip -${ZIPFLAGS} latex/Rhelp latex/*.texuz-%:unzip -qou $*# # old# unzip-%:# -$(MAKE) -C ../../../library/$*/help -f ../../../src/gnuwin32/help/makefile uz-Rhelp# -$(MAKE) -C ../../../library/$*/R-ex -f ../../../src/gnuwin32/help/makefile uz-Rex# -$(MAKE) -C ../../../library/$*/latex -f ../../../src/gnuwin32/help/makefile uz-Rhelp# uz-%:# unzip -qou $*# zip:# zip -${ZIPFLAGS} latex/Rhelp latex/*.tex# zip -${ZIPFLAGS} R-ex/Rex R-ex/*.R# zip -${ZIPFLAGS} help/Rhelp help/* -x help/00Titles help/AnIndex