Rev 39953 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/doc/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ..subdir = docinclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)INSTFILES = AUTHORS COPYING COPYING.LIB COPYRIGHTS CRAN_mirrors.csv \KEYWORDS KEYWORDS.db THANKSDISTFILES = Makefile.in $(INSTFILES) R.auxNON_SVN_INSTFILES = FAQ RESOURCESSUBDIRS = html manualHELP2MAN = $(PERL) $(top_srcdir)/tools/help2man.plall: Makefile R docsMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@R: Makefile svnonly@for d in $(SUBDIRS); do \(cd $${d} && $(MAKE) $@) || exit 1; \done@if test "$(BUILDDIR_IS_SRCDIR)" = no ; then \$(MAKE) rdocdir=$(top_builddir)/doc install-sources; \fidocs: R.1@(cd manual && $(MAKE) $@)R.1:@$(HELP2MAN) --include=$(srcdir)/R.aux --no-info --output=R.1 \--name="a language for data analysis and graphics" \$(top_builddir)/bin/Rinstall: install-message installdirs install-sources install-sources2 install-man@for d in $(SUBDIRS); do \(cd $${d} && $(MAKE) $@) || exit 1; \doneinstalldirs:@$(MKINSTALLDIRS) "$(rdocdir)"@$(MKINSTALLDIRS) $(mandir)/man1install-man: R.1@rm -f $(mandir)/man1/R.1@$(INSTALL_DATA) R.1 $(mandir)/man1install-message:@echo "installing $(subdir) ..."install-sources:@for f in $(INSTFILES); do \$(INSTALL_DATA) $(srcdir)/$${f} "$(rdocdir)"; \doneinstall-sources2:@for f in $(NON_SVN_INSTFILES); do \$(INSTALL_DATA) $${f} "$(rdocdir)"; \done$(INSTALL_DATA) $(top_srcdir)/NEWS "$(rdocdir)"install-strip: installuninstall:@echo "uninstalling $(subdir) ..."@if test -d "$(rdocdir)" \&& test "`cd \"$(rhome)\"; $(GETWD)`" \!= "`cd $(top_builddir); $(GETWD)`"; then \for d in $(SUBDIRS); do \(cd $${d} && $(MAKE) $@) || exit 1; \done; \for f in $(INSTFILES) $(NON_SVN_INSTFILES) NEWS; do \rm -f "$(rdocdir)"/$${f}; \done; \rmdir "$(rdocdir)" 2>/dev/null \|| echo " subdir $(subdir) not removed"; \fi@rm -f $(mandir)/man1/R.1dvi info pdf::@(cd manual && $(MAKE) $@)mostlyclean:clean:@for d in $(SUBDIRS); do \(cd $${d} && $(MAKE) $@); \done@if test "$(BUILDDIR_IS_SRCDIR)" = no ; then \rm -f $(INSTFILES) R.1; \fidistclean: clean@for d in $(SUBDIRS); do \(cd $${d} && $(MAKE) $@) || exit 1; \done@if test "$(BUILDDIR_IS_SRCDIR)" = no ; then \rm -f $(NON_SVN_INSTFILES); \fi-@rm -f Makefile R.1maintainer-clean: distcleansvnonly:@if test -f "$(srcdir)/FAQ" ; then \if test "$(BUILDDIR_IS_SRCDIR)" = no ; then \for f in $(NON_SVN_INSTFILES); do \$(INSTALL_DATA) $(srcdir)/$${f} .; \done \fi \fidistdir: $(DISTFILES)@for f in $(DISTFILES); do \test -f $(distdir)/$${f} \|| ln $(srcdir)/$${f} $(distdir)/$${f} 2>/dev/null \|| cp -p $(srcdir)/$${f} $(distdir)/$${f}; \done@for f in FAQ RESOURCES ; do \cp -p $${f} $(distdir)/$${f}; \done@for d in $(SUBDIRS); do \test -d $(distdir)/$${d} \|| mkdir $(distdir)/$${d} \|| exit 1; \chmod 755 $(distdir)/$${d}; \(cd $${d} && $(MAKE) distdir) \|| exit 1; \done