doc: generalize make rules used to generate man pages

* doc/config.sub.x: New file.
* Makefile (HELP2MAN): New variable.
(doc/%.1): New rule.
(doc/config.guess.1, doc/config.sub.1): Remove.
This commit is contained in:
Dmitry V. Levin
2020-11-19 08:00:00 +00:00
parent f1c1f29968
commit 965e90c772
3 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,10 @@
2020-11-19 Dmitry V. Levin <ldv@altlinux.org>
* doc/config.sub.x: New file.
* Makefile (HELP2MAN): New variable.
(doc/%.1): New rule.
(doc/config.guess.1, doc/config.sub.1): Remove.
* testsuite/config-sub.sh: Fix indentation that uses spaces before
tabs.