commit: 73eda5fbad19c8aa5f666ede7a0420c1dde584db
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 16:04:27 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 15 16:04:27 2017 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=73eda5fb
Makefile: pms.bbl needs vc.tex as prerequisite.
Makefile | 2 +-
pms.cls | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 9bc131a..a9666dd 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ pms.html: $(LATEXFILES) pms.bbl vc.tex
@# remove redundant span elements
LC_ALL=C sed -i -e
':x;/<span\(\s\+[^>]*\)\?$$/{N;bx;};:y;s/\(<span\s\+[^>]*>\)\([^<]*\)<\/span>\1/\1\2/;ty'
$@
-pms.bbl: $(LATEXFILES) pms.bib
+pms.bbl: pms.bib $(LATEXFILES) vc.tex
$(aux-clean)
latex pms
bibtex pms
diff --git a/pms.cls b/pms.cls
index 624d7c1..44d566c 100644
--- a/pms.cls
+++ b/pms.cls
@@ -52,7 +52,7 @@
Specification, loaded baseclass: \ClassToLoad\MessageBreak}
% Contains information over the source control system, generated
% through Makefile
-\input{vc}
+\input{vc.tex}
% Make processing with TeX4HT possible
\newboolean{TEX4HT-HACKS}