[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28010] [PATCH] gnu: Add emacs-engine-mode.
From: |
Oleg Pykhalov |
Subject: |
[bug#28010] [PATCH] gnu: Add emacs-engine-mode. |
Date: |
Thu, 10 Aug 2017 14:09:44 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hello Arun,
Thanks for review!
Arun Isaac <address@hidden> writes:
> 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?
Personally, I usually read README, even if it's not presented in
package, but on home-page, because it helps me to configure quickly.
So, maybe we could have them or convert them in “info” or something?