diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-12T13·15+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-12T13·24+0100 |
commit | d435e46daa98ffd268b6bb7221b0f3841f3a63ef (patch) | |
tree | 7c55ffbcd3a7139d31f68b28988c303f55e56a36 /Makefile.config.in | |
parent | e9934bb5ada1a974744c61479ca50c75c82e5836 (diff) |
Generate release notes again
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 5524ea3ad8d3..09374833221c 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -29,5 +29,6 @@ pkglibdir = $(libdir)/$(PACKAGE_NAME) prefix = @prefix@ storedir = @storedir@ sysconfdir = @sysconfdir@ +w3m = @w3m@ xmllint = @xmllint@ xsltproc = @xsltproc@ |