doc: Rename copied file CONTRIBUTE.org to CONTRIBUTING.org

Instead we can fix the bad link directly in index.html of the website repo.
This commit is contained in:
syl20bnr 2017-04-17 18:04:21 -04:00
parent c3c2970a50
commit 462f74e7fa
1 changed files with 6 additions and 2 deletions

View File

@ -59,8 +59,12 @@
"Add missing CONTRIBUTING and COMMUNITY files to doc folder for publishing.
Have been moved out of the doc folder to let github show the documentation.
See commit 315528c89fd351d559a262bb88bd15ed961e4b4e"
(copy-file (concat spacemacs-start-directory "CONTRIBUTING.org") (concat spacemacs-docs-directory "CONTRIBUTE.org") "overwrite-existing-file")
(copy-file (concat spacemacs-start-directory "COMMUNITY.org") (concat spacemacs-docs-directory "COMMUNITY.org") "overwrite-existing-file"))
(copy-file (concat spacemacs-start-directory "CONTRIBUTING.org")
(concat spacemacs-docs-directory "CONTRIBUTING.org")
"overwrite-existing-file")
(copy-file (concat spacemacs-start-directory "COMMUNITY.org")
(concat spacemacs-docs-directory "COMMUNITY.org")
"overwrite-existing-file"))
(defun spacemacs/generate-layers-file (project-plist)
"Generate the layers list file."