Commit d0a19198 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

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

parent 7af929cd
...@@ -72,7 +72,7 @@ user.tar: ...@@ -72,7 +72,7 @@ user.tar:
(cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm) (cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm)
man.tar: man.tar:
$(MAKE) -C sgml man1 manl $(MAKE) -C sgml man
$(TAR) -cf $@ -C sgml man1 manl $(TAR) -cf $@ -C sgml man1 manl
# Generic production rules # Generic production rules
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment