]> git.saurik.com Git - bison.git/commit - doc/local.mk
build: fix distcheck issues.
authorAkim Demaille <akim@lrde.epita.fr>
Sun, 1 Apr 2012 13:09:54 +0000 (15:09 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Sun, 1 Apr 2012 13:09:54 +0000 (15:09 +0200)
commit45d4c012d3dab39a65ea71dee825d1146e0ac4a7
treedf680d6534417e717def704dac615c6bb0a54d6c
parentda83f838210859531b0b2cbf16fd4efbd811fe12
build: fix distcheck issues.

For some reason it seems that texi2dvi -o no longer forces --clean
mode, so we have stray TeX compilation files staying in top_builddir
since TeX is run from there.

While at it, upgrade the generation of the (completely obsolete)
reference card.  Target PDF.

* doc/local.mk (TEXI2DVI): Pass --build-dir.
(CLEANDIRS): More accurate.
(doc/refcard.dvi): Replace with...
(doc/refcard.pdf): this.
Adjust dependencies.
doc/local.mk