diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-25 16:31:06 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-25 16:31:06 +0200 |
commit | bfa3596e4ee5be3090b27dcadc20ada6194ddaef (patch) | |
tree | 2b628f73c8eb2f2d3aa3d8fab6e22cad946e91aa /GNUmakefile | |
parent | c03421fc1585de46c5757e78fd98b380646a1214 (diff) |
Small fixes
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 045691a5..1daff86e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,7 +16,7 @@ RFDIR ?= $(RFSVN)/pkg/mkin SDDIR ?= $(RFSVN)/www/mkin_static # Vignettes are listed in the build target -pkgfiles = NEWS \ +pkgfiles = \ .Rbuildignore \ data/* \ DESCRIPTION \ |