Rev 87762 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*-Makefile-*-## ${R_HOME}/doc/manual/Makefile.winECHO = echoinclude ../../src/gnuwin32/MkRulesR_TEXOPTS =R_EXE = ../../$(BINDIR)/Rterminclude ../../share/make/vars.mksrcdir = .top_srcdir = ../..subdir = doc/manualSOURCES_TEXI = R-FAQ.texi R-admin.texi R-data.texi R-exts.texi \R-intro.texi R-ints.texi R-lang.texiOBJECTS_HTML = $(SOURCES_TEXI:.texi=.html)OBJECTS_INFO = $(SOURCES_TEXI:.texi=.info)OBJECTS_PDF = $(SOURCES_TEXI:.texi=.pdf)PDFLATEX = pdflatex $(R_TEXOPTS)PDFTEX = pdftex $(R_TEXOPTS)BATCHPDFLATEX = $(PDFLATEX) -interaction=nonstopmodeMAKEINDEX = LC_ALL=C makeindexTEXINDEX = LC_ALL=C texindexTEXI2ANY_HTML_OPTS = --html --no-split --css-include=$(srcdir)/Rman.cssTEXI2ANY_TEXT_OPTS = --number-sections --fill-column=76 --no-split --no-headersTEXI2HTML = LC_ALL=C $(TEXI2ANY) $(TEXI2ANY_HTML_OPTS)TEXI2TEXT = LC_ALL=C $(TEXI2ANY) $(TEXI2ANY_TEXT_OPTS)R_PAPERSIZE = a4R_RD4PDF = times,inconsolata,hypertexinputs_BASE = $(R_PKGS_BASE:=-pkg.tex)texinputs_RECOMMENDED = $(R_PKGS_RECOMMENDED:=-pkg.tex)refman_DEPENDENCIES = version.tex $(top_srcdir)/share/texmf/tex/latex/Rd.styfullrefman_TEXINPUTS = $(texinputs_BASE) $(texinputs_RECOMMENDED)SVN_REV = $(top_srcdir)/SVN-REVISIONtexiincludes = version.texi $(srcdir)/R-defs.texi.SUFFIXES:.SUFFIXES: .html .info .texi .pdfall: pdfifneq "$(TEXI2ANY)" "missing".texi.html:@$(ECHO) "creating doc/manual/$@"@$(TEXI2HTML) -I$(srcdir) \-c TOP_NODE_UP_URL=../html/index.html \$< -o $@.tmp || exit 1@$(SED) -f $(srcdir)/quot.sed $@.tmp > $@@rm -f $@.tmp.texi.info:LC_ALL=C $(TEXI2ANY) --enable-encoding -I$(srcdir) $<else.texi.html:@$(ECHO) "texi2any is not available".texi.info:@$(ECHO) "texi2any is not available"endififeq ($(strip $(TEXI2DVI)),).texi.pdf:$(PDFTEX) $<$(TEXINDEX) $*.cp $*.fn $*.vr$(PDFTEX) $<$(PDFTEX) $<else.texi.pdf:$(TEXI2DVI) --pdf $<endifhtml: $(OBJECTS_HTML)$(OBJECTS_HTML): $(texiincludes) Rman.cssinfo: $(OBJECTS_INFO)$(OBJECTS_INFO): $(texiincludes)pdf: fullrefman.pdf $(OBJECTS_PDF)$(OBJECTS_PDF): $(texiincludes)refman.pdf: $(refman_DEPENDENCIES) $(texinputs_BASE) refman.top refman.bot@$(ECHO) " PDF/LaTeX documentation: reference index ..."@(opt="$(R_PAPERSIZE)paper"; \$(ECHO) "\\documentclass[$${opt}]{book}"; \opt="$(R_RD4PDF)"; \$(ECHO) "\\usepackage[$${opt}]{Rd}"; \$(ECHO) "\\usepackage[utf8]{inputenc}"; \cat $(srcdir)/refman.top; \texinputs=`(for f in $(texinputs_BASE); \do $(ECHO) $${f}; done) | LC_COLLATE=C $(SORT)`; \for f in $${texinputs}; do $(ECHO) "\\input{$${f}}"; done; \cat $(srcdir)/refman.bot) > refman.tex@$(RM) -f *.aux refman.toc refman.ind@TEXINPUTS="$(top_srcdir)/share/texmf/tex/latex;$$TEXINPUTS" \$(BATCHPDFLATEX) refman.tex@$(MAKEINDEX) refman@TEXINPUTS="$(top_srcdir)/share/texmf/tex/latex;$$TEXINPUTS" \$(BATCHPDFLATEX) refman.tex@TEXINPUTS="$(top_srcdir)/share/texmf/tex/latex;$$TEXINPUTS" \$(BATCHPDFLATEX) refman.texfullrefman.pdf: $(fullrefman_TEXINPUTS) $(refman_DEPENDENCIES) \refman.top refman.bot@$(ECHO) " PDF/LaTeX documentation: full reference index ..."@(opt="$(R_PAPERSIZE)paper"; \$(ECHO) "\\documentclass[$${opt}]{book}"; \opt="$(R_RD4PDF)"; \$(ECHO) "\\usepackage[$${opt}]{Rd}"; \$(ECHO) "\\usepackage[utf8]{inputenc}"; \cat $(srcdir)/refman.top; \$(ECHO) "\\part{}"; \texinputs=`(for f in $(texinputs_BASE); \do $(ECHO) $${f}; done) | LC_COLLATE=C $(SORT)`; \for f in $${texinputs}; do $(ECHO) "\\input{$${f}}"; done; \$(ECHO) "\\part{}"; \texinputs=`(for f in $(texinputs_RECOMMENDED); \do $(ECHO) $${f}; done) | LC_COLLATE=C $(SORT)`; \for f in $${texinputs}; do $(ECHO) "\\input{$${f}}"; done; \cat $(srcdir)/refman.bot) > fullrefman.tex@$(RM) -f *.aux fullrefman.toc fullrefman.ind@TEXINPUTS="$(top_srcdir)/share/texmf/tex/latex;$$TEXINPUTS" \$(BATCHPDFLATEX) fullrefman.tex@$(MAKEINDEX) fullrefman@TEXINPUTS="$(top_srcdir)/share/texmf/tex/latex;$$TEXINPUTS" \$(BATCHPDFLATEX) fullrefman.tex@TEXINPUTS="$(top_srcdir)/share/texmf/tex/latex;$$TEXINPUTS" \$(BATCHPDFLATEX) fullrefman.texversion.tex: $(top_srcdir)/VERSION $(SVN_REV)@$(ECHO) "creating $(subdir)/$@"@(v=`cat $(top_srcdir)/VERSION`; \v="$${v} (`sed -e 1d -e 's/^Last Changed Date: //' $(SVN_REV)`)"; \$(ECHO) "$${v}") > $@## compact whatever manuals have been built -- needs qpdf and ghostscriptcompact-pdf:@echo 'compacting PDF manuals in doc/manual'../../bin$(R_ARCH)/Rscript -e 'tools::compactPDF(".", gs_quality="ebook")'## Unlike Unix, we don't check dates%-pkg.tex: FORCE@$(ECHO) "collecting LaTeX docs for package \`$*' ..."@$(ECHO) "tools:::.pkg2tex(\"$(top_srcdir)/library/$*\")" \| LC_ALL=C $(R_EXE) --vanilla --no-echo || rm $^FORCE:version.texi: Makefile.win $(top_srcdir)/VERSION $(SVN_REV)@$(ECHO) "creating $(subdir)/$@"@(vv=`sed 's/ *(.*//' $(top_srcdir)/VERSION`;v=`echo $${vv}| sed 's/\([^ ]*\).*/\1/'`; \$(ECHO) "@set VERSIONno $${v}" > $@; \v="$${vv} (`sed -e 1d -e 's/^Last Changed Date: //' $(SVN_REV)`)"; \$(ECHO) "@set VERSION $${v}" >> $@; \rwv=$(shell ../../bin$(R_ARCH)/Rscript ../../src/gnuwin32/fixed/rwver.R); \$(ECHO) "@set RWVERSION $${rwv}" >> $@; \rwtv=`$(ECHO) $${rwv} | sed -e 's/\.[^.]*$$//'`; \$(ECHO) "@set RWTVERSION $${rwtv}" >> $@ )@if test "$(R_PAPERSIZE)" = "a4"; then \$(ECHO) "@afourpaper" >> $@ ; \fimostlyclean: cleanclean:@-rm -f *.aux *.toc *refman.i?? *.out *.log@-rm -f *.cp *.cps *.fn *.fns *.ky *.kys \*.out *.pg *.pgs *.tmp *.tp *.vr *.vrs \R-admin.en* R-exts.ae* R-exts.ap* R-exts.em* R-exts.for* \version.tex version.texi refman.tex fullrefman.tex *-pkg.texdistclean: clean@-rm -f *.pdf *.info* *.htmlmaintainer-clean: distcleanifneq "$(TEXI2ANY)" "missing"../FAQ: R-FAQ.texi $(srcdir)/R-defs.texi@$(TEXI2TEXT) -o $@ $<../RESOURCES: resources.texi@$(TEXI2TEXT) -o $@ $<../html/resources.html: resources.texi@$(TEXI2ANY) --html --no-split --no-headers \--css-include=$(top_srcdir)/doc/html/R.css -o $@ $<else../FAQ: R-FAQ.texi@$(ECHO) "texi2any is not available"../RESOURCES: resources.texi@$(ECHO) "texi2any is not available"../html/resources.html: resources.texi@$(ECHO) "texi2any is not available"endif## Run from src/gnuwin32/fixed/Makefilesvnonly: ../FAQ ../RESOURCES ../html/resources.htmlRVER = $(shell cut -d' ' -f1 $(top_srcdir)/VERSION | sed -n 1p)RPREFIX = $(shell ../../bin$(R_ARCH)/Rscript ../../src/gnuwin32/fixed/rwver.R)SEDVER = -e s/@RVER@/$(RVER)/g -e s/@RWVER@/$(RPREFIX)/gFAQ: rw-FAQ ../html/rw-FAQ.htmlifneq "$(TEXI2ANY)" "missing"../html/rw-FAQ.html: rw-FAQ.texi $(top_srcdir)/VERSION Rman.css $(srcdir)/R-defs.texi@echo "making rw-FAQ.html"@$(SED) $(SEDVER) $< > tmp_html.texi@$(TEXI2ANY) -I$(srcdir) --no-split --html --no-headers --number-sections --css-include=Rman.css -o $@ tmp_html.texi@rm -f tmp_html.texirw-FAQ: rw-FAQ.texi $(top_srcdir)/VERSION $(srcdir)/R-defs.texi@echo "making rw-FAQ"@$(SED) $(SEDVER) $< > tmp_plain.texi@$(TEXI2ANY) -I$(srcdir) --no-headers --number-sections -o $@ tmp_plain.texi@rm -f tmp_plain.texielse../html/rw-FAQ.html: rw-FAQ.texi $(top_srcdir)/VERSION Rman.css@$(ECHO) "texi2any is not available"rw-FAQ: rw-FAQ.texi $(top_srcdir)/VERSION@$(ECHO) "texi2any is not available"endifrw-FAQ.pdf: rw-FAQ.texi $(top_srcdir)/VERSION $(srcdir)/R-defs.texi@$(SED) $(SEDVER) $< > tmp_pdf.texi@$(TEXI2DVI) --pdf tmp_pdf.texi@mv tmp_pdf.pdf $@@rm tmp_pdf.*