) > $@
doc/neomutt.1:
- ( sed -e "/^\.TH/s/@MAN_DATE@/$(PACKAGE_DATE)/" \
+ ( sed -e "/^\.TH/s|@MAN_DATE@|$(PACKAGE_DATE)|" \
+ -e "s|@MAN_SYSCONFDIR@|$(sysconfdir)|g" \
+ -e "s|@MAN_DOCDIR@|$(docdir)|g" \
$(SRCDIR)/doc/neomutt.man \
) > $@
.I Note:
.IR
This manual page gives a brief overview of NeoMutt's command line
-options. You should find a copy of the full manual in @docdir@, in
+options. You should find a copy of the full manual in @MAN_DOCDIR@, in
text, HTML, and/or PDF format.
.SH OPTIONS
.PP
.PP
.IP "~/.neomuttrc or ~/.neomutt/neomuttrc"
User configuration file.
-.IP "@sysconfdir@/neomuttrc"
+.IP "@MAN_SYSCONFDIR@/neomuttrc"
System-wide configuration file.
.IP "/tmp/neomuttXXXXXX"
Temporary files created by NeoMutt.
.IP "~/.mailcap"
User definition for handling non-text MIME types.
-.IP "@sysconfdir@/mailcap"
+.IP "@MAN_SYSCONFDIR@/mailcap"
System definition for handling non-text MIME types.
.IP "~/.mime.types"
User's personal mapping between MIME types and file extensions.
-.IP "@sysconfdir@/mime.types"
+.IP "@MAN_SYSCONFDIR@/mime.types"
System mapping between MIME types and file extensions.
-.IP "@docdir@/manual.txt"
+.IP "@MAN_DOCDIR@/manual.txt"
The NeoMutt manual.
.SH BUGS
.PP