[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28010] [PATCH] gnu: Add emacs-engine-mode.
From: |
Arun Isaac |
Subject: |
[bug#28010] [PATCH] gnu: Add emacs-engine-mode. |
Date: |
Thu, 10 Aug 2017 15:08:41 +0530 |
Thanks for the patch!
> + (arguments
> + `(#:phases
> + (modify-phases %standard-phases
> + (add-after 'install 'documents
> + (lambda* (#:key outputs #:allow-other-keys)
> + (let* ((out (assoc-ref outputs "out"))
> + (documents (string-append out "/share/doc")))
> + (for-each (lambda (file)
> + (install-file file documents))
> + '("README.md" "doc/demo.gif")))
> + #t)))))
I think we shouldn't install documentation. A markdown README, IMHO, is
not much of a documentation. No other package does this. WDYT?