Commit c0aff406 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/Makefile: generate library headers with the correct section number

parent 6f78ba8b
......@@ -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/
......
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