mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Complete some of the pending changing in renaming some files to .md
In commit d4b4791, four files were renamed by adding a file extension .md The files are CONTRIBUTING, COPYING, HACKING and INSTALL This commit fixes the pending tasks and especially the bug where HACKING.md is wrongly listed as HACKING in debian/plinth.docs and cause build failure for the Debian package of Plinth Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
926596c35a
commit
d30ba771c3
@ -3,7 +3,7 @@ The goal is a readable log of code changes, to enhance transparency of their
|
|||||||
purpose and simplify debugging. Consider these guidelines as best practices, not
|
purpose and simplify debugging. Consider these guidelines as best practices, not
|
||||||
as absolute rules - we're all learning by doing, and imperfect changes and
|
as absolute rules - we're all learning by doing, and imperfect changes and
|
||||||
commits are much better than none at all. For an introduction how to edit and
|
commits are much better than none at all. For an introduction how to edit and
|
||||||
test the code, have look into the HACKING file. Note that you need some basic
|
test the code, have look into the HACKING.md file. Note that you need some basic
|
||||||
understanding of Git to contribute; there are many tutorials in the Internet
|
understanding of Git to contribute; there are many tutorials in the Internet
|
||||||
that we cannot repeat here.
|
that we cannot repeat here.
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,7 @@ The entire setup is automatic and requires about 4.5 GB of disk space.
|
|||||||
|
|
||||||
## Installing Dependencies
|
## Installing Dependencies
|
||||||
|
|
||||||
Apart from dependencies listing in INSTALL file, Plinth may have additional
|
Apart from dependencies listing in INSTALL.md file, Plinth may have additional
|
||||||
dependencies required by modules of Plinth. To install these, run:
|
dependencies required by modules of Plinth. To install these, run:
|
||||||
|
|
||||||
$ sudo apt install -y $(plinth --list-dependencies)
|
$ sudo apt install -y $(plinth --list-dependencies)
|
||||||
|
|||||||
@ -39,7 +39,7 @@ the [FreedomBox Wiki](https://wiki.debian.org/FreedomBox/) and the
|
|||||||
|
|
||||||
# Getting Started
|
# Getting Started
|
||||||
|
|
||||||
See the INSTALL file for additional details and dependencies. To install run:
|
See the INSTALL.md file for additional details and dependencies. To install run:
|
||||||
|
|
||||||
$ sudo python3 setup.py install
|
$ sudo python3 setup.py install
|
||||||
|
|
||||||
|
|||||||
2
debian/plinth.docs
vendored
2
debian/plinth.docs
vendored
@ -1,5 +1,5 @@
|
|||||||
README.md
|
README.md
|
||||||
HACKING
|
HACKING.md
|
||||||
doc/*.html
|
doc/*.html
|
||||||
doc/*.pdf
|
doc/*.pdf
|
||||||
doc/images
|
doc/images
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -190,7 +190,7 @@ setuptools.setup(
|
|||||||
exclude=['*.templates']),
|
exclude=['*.templates']),
|
||||||
scripts=['bin/plinth'],
|
scripts=['bin/plinth'],
|
||||||
test_suite='plinth.tests.runtests.run_tests',
|
test_suite='plinth.tests.runtests.run_tests',
|
||||||
license='COPYING',
|
license='COPYING.md',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user