Files
void-packages/srcpkgs/apcupsd/patches/skip-man-txt-build.patch
Bas Ploeger e1cd0f26b0 apcupsd: add powerfail logic at shutdown
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.
2024-12-03 16:09:41 -05:00

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