diff options
author | Laurent Carlier <lordheavym@gmail.com> | 2014-08-04 16:39:24 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-08-07 18:05:51 -0700 |
commit | 76f6ad6e96b1ce62a32767bc0478a17b8b9204d7 (patch) | |
tree | a5064a468913bdf0ef7ff75bfd01f0e233f53059 /man/Makefile.am | |
parent | 0cb43e864b2e9972630556e98caa24abf8928122 (diff) |
Update manpage with the proper location of system.twmrc file
Signed-off-by: Laurent Carlier <lordheavym@gmail.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 7d45968..f59d5b5 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -33,6 +33,8 @@ CLEANFILES = $(appman_DATA) SUFFIXES = .$(APP_MAN_SUFFIX) .man +MAN_SUBSTS += -e 's|__datadir__|$(datadir)|g' + # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure .man.$(APP_MAN_SUFFIX): $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ |