output file should not be prefixed with sgml- (Makefile abuse)

This commit is contained in:
Martin A. Brown 2016-01-27 22:52:04 -08:00
parent e15c9bc3b4
commit 5e626c076d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ sgml-$(TEXT): sgml-$(HTMLS)
sgml-$(PDF): $(OUTDIR)
( cd $(OUTDIR) \
&& jw -f docbook -b pdf --output . $(OBJ) \
|| dblatex -F sgml -t pdf -o sgml-$(PDF) $(OBJ))
|| dblatex -F sgml -t pdf -o $(PDF) $(OBJ))
.PHONY: sgml-$(HTML)
sgml-$(HTML): $(OUTDIR)