diff options
author | Philip Chimento <philip@endlessm.com> | 2013-08-06 11:42:55 -0700 |
---|---|---|
committer | Philip Chimento <philip@endlessm.com> | 2013-08-06 11:42:55 -0700 |
commit | 06d20234429a15197ffd673bc4f75b92fb33f969 (patch) | |
tree | ea2faf5f7e372f767811b6c3dc09b70a4b8ef3a6 | |
parent | da44c7be3a095c917876d04e3ddfd6d61e2e3097 (diff) |
Remove index.html from Makefile.am
Fix left over from [endlessm/eos-sdk#220]
-rw-r--r-- | wikipedia/Makefile.am.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wikipedia/Makefile.am.inc b/wikipedia/Makefile.am.inc index 7f7c042..038082a 100644 --- a/wikipedia/Makefile.am.inc +++ b/wikipedia/Makefile.am.inc @@ -50,7 +50,6 @@ js_sources = \ $(NULL) parafernalia_sources = \ - wikipedia/views/index.html \ wikipedia/views/css/first_load.css \ wikipedia/views/css/main.css \ wikipedia/views/css/nolinks.css \ |