This implements the behavior described in the upstream documentation: https://web.archive.org/web/20230206010908/http://www.apcupsd.org/manual/manual.html#verifying-a-source-installation Also patch the doc/Makefile to not generate *.man.txt files which are only needed for the MinGW platform and depend on the deprecated `col` command.
15 lines
470 B
Diff
15 lines
470 B
Diff
Do not generate *.man.txt files at build time. The build rule depends on the
|
|
deprecated `col` command and the files are only needed for the MinGW platform.
|
|
--- a/doc/Makefile
|
|
+++ b/doc/Makefile
|
|
@@ -3,9 +3,6 @@
|
|
SUBDIRS =
|
|
include $(topdir)/autoconf/targets.mak
|
|
|
|
-all-targets: apcupsd.man.txt apcaccess.man.txt apctest.man.txt \
|
|
- apccontrol.man.txt apcupsd.conf.man.txt
|
|
-
|
|
apcupsd.man.txt: apcupsd.8
|
|
$(call MANIFY,$<,$@)
|
|
apcaccess.man.txt: apcaccess.8
|