Changeset 0a4bcca in mod_gnutls for doc/Makefile.am


Ignore:
Timestamp:
Nov 20, 2019, 1:18:06 PM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
27ca1e9
Parents:
c6987c6
git-author:
Fiona Klute <fiona.klute@…> (11/20/19 13:08:38)
git-committer:
Fiona Klute <fiona.klute@…> (11/20/19 13:18:06)
Message:

Use section number as filename extension for manual page

This is convention. The autotools install procedure renames the manual
page anyway, but dh_installman didn't like other extensions when I
last checked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    rc6987c6 r0a4bcca  
    33if USE_PANDOC
    44html_DATA = mod_gnutls_manual.html
    5 man5_MANS = mod_gnutls_manual.man
     5man5_MANS = mod_gnutls_manual.5
    66if USE_PDFLATEX
    77# pandoc && pdflatex
     
    2121
    2222if USE_PANDOC
    23 %.man: %.mdwn %.yaml
     23%.5: %.mdwn %.yaml
    2424        $(PANDOC) --standalone -f markdown -t man -o $@ $^
    2525
Note: See TracChangeset for help on using the changeset viewer.