Use sgml/Makefile to generate man sections, so just "make man" there.

REL7_0_PATCHES
Thomas G. Lockhart 26 years ago
parent 7af929cd79
commit d0a1919852
  1. 2
      doc/src/Makefile

@ -72,7 +72,7 @@ user.tar:
(cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm)
man.tar:
$(MAKE) -C sgml man1 manl
$(MAKE) -C sgml man
$(TAR) -cf $@ -C sgml man1 manl
# Generic production rules

Loading…
Cancel
Save