Skip to content
Snippets Groups Projects
Commit d5a446f2 authored by Iustin Pop's avatar Iustin Pop
Browse files

Remove extra docdir variable from Makefile.am

The docdir variable is defined by autoconf, so we don't need to define
it ourselves. This way, the target documentation directory can
be changed via ./configure instead of patching Makefile.am.

In truth, we should install the pdf and html files using the pdf and
html targets, since configure defines pdfdir=htmldir=docdir; but
installing them in docdir is good enough.

Reviewed-by: imsnah
parent f9fe750a
No related branches found
No related tags found
No related merge requests found
docdir = $(datadir)/doc/$(PACKAGE)
SUBDIRS = examples
dist_doc_DATA = \
hooks.html hooks.pdf \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment