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

This commit is contained in:
Thomas G. Lockhart 1999-08-08 15:10:21 +00:00
parent 7af929cd79
commit d0a1919852
1 changed files with 1 additions and 1 deletions

View File

@ -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