• A
    build: Replace variables in man pages · 49ba028a
    Andrea Bolognani 提交于
    We can't use eg. @sysconfdir@ directly in the .pod file, because
    pod2man(1) will interpret that as a variable name and format it
    accordingly.
    
    Instead, we use eg. SYSCONFDIR and use a subsequent sed(1) call
    to turn it into the expected @sysconfdir@.
    49ba028a
Makefile.am 13.9 KB