diff options
author | Horst3180 | 2016-04-05 16:19:46 +0200 |
---|---|---|
committer | Horst3180 | 2016-04-05 16:23:55 +0200 |
commit | 428f89c38c8a7ccef31085710bb7a19a3293625a (patch) | |
tree | 80ac03f70c5fc500441a31d09c7ead328cab4301 /Makefile.am | |
parent | bf1883a538acbc4cdc80bf823932e3c451904116 (diff) | |
download | solarc-theme-428f89c38c8a7ccef31085710bb7a19a3293625a.tar.gz solarc-theme-428f89c38c8a7ccef31085710bb7a19a3293625a.tar.xz solarc-theme-428f89c38c8a7ccef31085710bb7a19a3293625a.zip |
remove duplicate files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0cf86c1..3ac2276 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,11 @@ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = autogen.sh -SUBDIRS = common extra +EXTRA_DIST = \ + README.md \ + HACKING.md \ + autogen.sh \ + gulpfile.js \ + package.json \ + .nvmrc + +SUBDIRS = common extra |