Makefile: add documentation on "all" build target

pull/274/head
Axel Burri 2019-03-25 14:41:55 +01:00
parent 0e63843195
commit a412908451
1 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# NOTE: systemd units are hardcoded in "install-systemd" for simplicity
# NOTE: documentation inside "doc/" folder is processed in "doc/Makefile"
#
# Btrbk is a single perl script, and does not require any special
# installation procedures or libraries. There is no need to run the
# "all" build target if you don't want to build the man pages (see
# doc/Makefile).
#
# Note: systemd units (file names) are hardcoded in "install-systemd"
# build target for simplicity.
#
BIN = btrbk
CONFIGS = btrbk.conf.example
DOCS = ChangeLog \