diff options
author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2022-09-02 14:33:38 -0500 |
---|---|---|
committer | G. Branden Robinson <g.branden.robinson@gmail.com> | 2022-09-02 18:22:51 -0500 |
commit | 85ed2440b02ae3f7e0e8e9b3beb523f08e3e9c82 (patch) | |
tree | a0250b5808157319db6cd836f1f0269396486184 /HACKING | |
parent | 51d945a53c814d4e6810b6f38d9b5f2e877d1c61 (diff) | |
download | groff-git-85ed2440b02ae3f7e0e8e9b3beb523f08e3e9c82.tar.gz |
HACKING: Point reader to "MANIFEST".
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ This file contains advice on developing and contributing to groff. It assumes that developers will install the 'git' revision control system and build groff using the instructions in 'INSTALL.repo'. +Familiarize yourself with the structure of the source tree by studying +its 'MANIFEST' file at the top level. Automake -------- |