doc/Makefile: generate library headers with the correct section number
This commit is contained in:
parent
6f78ba8b0b
commit
c0aff4064d
1 changed files with 3 additions and 1 deletions
|
|
@ -55,8 +55,10 @@ doc/%.pod: doc/%.texi $(GENTEXI)
|
|||
$(M)perl $(SRC_PATH)/doc/texi2pod.pl -Idoc $< $@
|
||||
|
||||
doc/%.1 doc/%.3: TAG = MAN
|
||||
doc/%.1 doc/%.3: doc/%.pod $(GENTEXI)
|
||||
doc/%.1: doc/%.pod $(GENTEXI)
|
||||
$(M)pod2man --section=1 --center=" " --release=" " $< > $@
|
||||
doc/%.3: doc/%.pod $(GENTEXI)
|
||||
$(M)pod2man --section=3 --center=" " --release=" " $< > $@
|
||||
|
||||
$(DOCS) doc/doxy/html: | doc/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue