RELEASE, man-pages-6.01.Announce: Remove .Announce file
[man-pages.git] / INSTALL
blob21c7afe779b7bccc5f1e21126d3a8a4ceba551b0
1 If you're an end user or a distributor, make sure you do this from a
2 tarball, and not from the git repository.  The manual pages in the
3 repository have placeholders for the version and last modified date,
4 which are filled when creating the tarball.  You can create your own
5 tarball, for which you need to read the RELEASE file.
7 Run `make help` to see a list of targets and a brief description.
9 Normally, you'll want to run `make install`, which will copy these manual
10 pages to <$(DESTDIR)$(mandir)/man*>, which by default is
11 </usr/local/share/man/man*>.
13 To install to a different path, modify the appropriate directory variables.
14 See <https://www.gnu.org/prep/standards/html_node/Directory-Variables.html>.
16 You can use multiple threads with this Makefile safely, which will run
17 considerably faster: `make -j install`.
19 The Makefile used by this project requires GNU make(1).