Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d0a1919

Browse files
author
Thomas G. Lockhart
committed
Use sgml/Makefile to generate man sections, so just "make man" there.
1 parent 7af929c commit d0a1919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ user.tar:
7272
(cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm)
7373

7474
man.tar:
75-
$(MAKE) -C sgml man1 manl
75+
$(MAKE) -C sgml man
7676
$(TAR) -cf $@ -C sgml man1 manl
7777

7878
# Generic production rules

0 commit comments

Comments
 (0)