Rev 6661 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# default target builds indicesDOS= # -dosnames # for file-name mappingPERL=perlCAT=catCP=cpRM=rmindices:$(PERL) build.help ${DOS} -htmllistshelp-%:$(PERL) build.help ${DOS} -nroff -html -example -latex $*chm-%:$(PERL) build.help ${DOS} -chm $*# hhc always gives an error code$(MAKE) -C ../../library/$*/chm -f ../../../gnuwin32/help/Makefile $*.chmmkdir -p ../../../library/$*/chtmlcp ../../library/$*/chm/$*.chm ../../../library/$*/chtmlwinhlp-%: chm-%$(MAKE) -C ../../library/$*/chm -f ../../../gnuwin32/help/Makefile $*.hlpmkdir -p ../../../library/$*/winhlpcp ../../library/$*/chm/$*.cnt ../../library/$*/chm/$*.hlp ../../../library/$*/winhlpcontents-%:$(PERL) Rd2contents ../../library/$* ../../../library/$*/CONTENTS$(CAT) ../../../library/*/CONTENTS > ../../../doc/html/search/index.txtpkg-%:$(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=$* winlatex-%:$(MAKE) -C ../../../library/$* -f ../../src/gnuwin32/help/Makefile PKG=$* unzipit$(PERL) build.help ${DOS} -latex ../../library/$*clean:$(RM) -fr *~ *.o *.obj *.dll *.def *.a# to be run from src/library/pkg/chmHTM = $(filter-out 00Index.html, $(wildcard *.html))%.chm: $(HTM) logo.jpg-hhc $*.hhp%.hlp: %.rtf logo.bmphcrtf /x $*.hpj%.rtf: $(HTM)perl ../../../gnuwin32/help/html-to-rtf.pl $*.hhplogo.jpg: ../../../../doc/html/logo.jpg$(CP) $^ $@logo.bmp: ../../../gnuwin32/help/logo.bmp$(CP) $^ $@# following are designed to be run from the library/pkg directory:zipit: help/Rhelp.zipunzipit:-$(MAKE) -C latex -f ../../../src/gnuwin32/help/Makefile uz-Rhelphelp/Rhelp.zip: $(wildcard ../../src/library/$(PKG)/man/*.Rd \../../src/library/$(PKG)/man/windows/*.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 $*