ransford / pdflatex-makefile

Simple Makefile for pdflatex-produced documents
113 stars 37 forks source link

Fix git-dir when the repository is a submodule. #15

Closed bellecp closed 9 years ago

bellecp commented 9 years ago

When the repository is a git submodule, (...)/.git is not a directory and the VCSTURD file was not found by make.

git rev-parse --git-dir

handles submodules correctly and fixes the issue.