diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2017-07-29 16:46:10 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-07-29 16:46:10 -0400 |
commit | 9456029d947d7ef31d1ac3c7b4e9b526beb630be (patch) | |
tree | 8486e3e6c5d42df31611d06d952a3e5dce33fa76 /ebuild-maintenance | |
parent | function-reference/install-functions: mention the recursive option for helpers (diff) | |
download | devmanual-9456029d947d7ef31d1ac3c7b4e9b526beb630be.tar.gz devmanual-9456029d947d7ef31d1ac3c7b4e9b526beb630be.tar.bz2 devmanual-9456029d947d7ef31d1ac3c7b4e9b526beb630be.zip |
ebuild-maintenance: remove uses of <comment> and <keyword>
They are renmants of the handbook and have no use in devmanual. The
generated HTML outputs are identical with and without these tags.
Diffstat (limited to 'ebuild-maintenance')
-rw-r--r-- | ebuild-maintenance/text.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 859b473..e1bebaf 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenance/text.xml @@ -582,9 +582,10 @@ from the tree: </p> <pre caption="Removing a package from git"> -<comment>#</comment> <keyword>cd</keyword> dev-util -<comment>#</comment> <keyword>git</keyword> rm -rf pmk -<comment>#</comment> <keyword>git</keyword> commit --gpg-sign</pre> +# cd dev-util +# git rm -rf pmk +# git commit --gpg-sign +</pre> <p> An example commit message is shown below: |