Displaying 1 result from an estimated 1 matches for "manparts".
Did you mean:
manpages
1998 Jul 06
0
R-beta: Printing documentation for R and all packages installed
...8/07/05 16:14:11 1.1
--- Makefile 1998/07/06 06:40:22
***************
*** 10,23 ****
RsrcLIB = $(rRHOME)/src/library
BUILDlatex = $(RETC)/Rdconv --type latex
! Packages = pkg-base.tex pkg-eda.tex pkg-mva.tex pkg-stepfun.tex
#- Man.tex also must have an \input{..} for each of these ^^^^
Manparts = Man-1.ps Man-2.ps Man-3.ps Man-4.ps\
Man-5.ps Man-6.ps Man-7.ps Man-8.ps
Manbooks = $(Manparts:.ps=.bps)
! all: Man.dvi
$(RLIB)/base/latex/%.tex: $(RsrcLIB)/base/man/%.Rd
$(BUILDlatex) $< > $@
--- 10,48 ----
RsrcLIB = $(rRHOME)/src/library
BUILDlatex = $(RETC)/Rdco...