]> granicus.if.org Git - graphviz/commit
Let Autoconf set `$(pdfdir)`
authorDavid Seifert <soap@gentoo.org>
Sat, 16 Apr 2022 16:00:18 +0000 (18:00 +0200)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 16 Apr 2022 16:27:27 +0000 (09:27 -0700)
commit7b0b1e44b8aa96f11662683375d7873d03b1f659
treeba452d691985976c78605c991acb2d9a1f758959
parentc9613f8bcf56379eace08ec25ee104c970b617d3
Let Autoconf set `$(pdfdir)`

* The previous variable would not respect `--docdir` passed to configure.
  Autoconf sets `$(pdfdir)` to `$(docdir)` by default and AC_SUBST()s
  this value.
25 files changed:
cmd/dot/Makefile.am
cmd/edgepaint/Makefile.am
cmd/gvedit/Makefile.am
cmd/gvmap/Makefile.am
cmd/gvpr/Makefile.am
cmd/mingle/Makefile.am
cmd/smyrna/Makefile.am
cmd/tools/Makefile.am
contrib/diffimg/Makefile.am
contrib/prune/Makefile.am
debian/graphviz-doc.install
doc/Makefile.am
lib/cdt/Makefile.am
lib/cgraph/Makefile.am
lib/expr/Makefile.am
lib/gvc/Makefile.am
lib/gvpr/Makefile.am
lib/pack/Makefile.am
lib/pathplan/Makefile.am
lib/xdot/Makefile.am
plugin/xlib/Makefile.am
tclpkg/gdtclft/Makefile.am
tclpkg/gv/Makefile.am
tclpkg/tcldot/Makefile.am
tclpkg/tkspline/Makefile.am