| Line 32... |
Line 32... |
| 32 |
## We first use mkdesc2 (with date) to install the DESCRIPTION, then re-install
|
32 |
## We first use mkdesc2 (with date) to install the DESCRIPTION, then re-install
|
| 33 |
all: Makefile DESCRIPTION
|
33 |
all: Makefile DESCRIPTION
|
| 34 |
@$(ECHO) "building package '$(pkg)'"
|
34 |
@$(ECHO) "building package '$(pkg)'"
|
| 35 |
@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
|
35 |
@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
|
| 36 |
@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/misc
|
36 |
@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/misc
|
| - |
|
37 |
@$(ECHO) $(abs_top_srcdir) \
|
| - |
|
38 |
> $(top_builddir)/library/$(pkg)/misc/top.txt
|
| 37 |
@$(MAKE) mkR1 mkdesc2 $(WRE_DATA)
|
39 |
@$(MAKE) mkR1 mkdesc2 $(WRE_DATA)
|
| 38 |
@$(MAKE) mksrc
|
40 |
@$(MAKE) mksrc
|
| 39 |
@if ! test -f $(top_builddir)/library/$(pkg)/R/$(pkg); then \
|
41 |
@if ! test -f $(top_builddir)/library/$(pkg)/R/$(pkg); then \
|
| 40 |
$(INSTALL_DATA) all.R $(top_builddir)/library/$(pkg)/R/$(pkg); \
|
42 |
$(INSTALL_DATA) all.R $(top_builddir)/library/$(pkg)/R/$(pkg); \
|
| 41 |
else if test all.R -nt $(top_builddir)/library/$(pkg)/R/$(pkg); then \
|
43 |
else if test all.R -nt $(top_builddir)/library/$(pkg)/R/$(pkg); then \
|