]> git.ipfire.org Git - thirdparty/krb5.git/commit
Make glue for building PDFs
authorBen Kaduk <kaduk@mit.edu>
Wed, 17 Oct 2012 00:11:14 +0000 (20:11 -0400)
committerBen Kaduk <kaduk@mit.edu>
Wed, 14 Nov 2012 19:15:24 +0000 (14:15 -0500)
commitf06725b7a98c16630f80d8cc1dd6386a7d21a058
tree60f3e4c983eca9cca75d757a45fa6872c0496e6e
parentd6d0455c13bdd137dca527219e4cd6ecce161fc3
Make glue for building PDFs

sphinx-build's latex output engine creates a subdirectory with
various latex files, and a Makefile.  The generated Makefile assumes
gmake, which we do not.  The logic needed in this makefile is rather
simple, so we just include it in src/doc/Makefile.in, even if we
do need a rather complicated shell expression to work in the subdirectory.

ticket: 7433
tags: pullup
.gitignore
src/doc/Makefile.in