[Scummvm-git-logs] scummvm master -> a265b1e029f6bba251d0d1f70f782a301f9021cd
ccawley2011
ccawley2011 at gmail.com
Sat May 18 15:02:59 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a265b1e029 BUILD: Fix converting the documentation outside the source directory
Commit: a265b1e029f6bba251d0d1f70f782a301f9021cd
https://github.com/scummvm/scummvm/commit/a265b1e029f6bba251d0d1f70f782a301f9021cd
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-05-18T14:02:25+01:00
Commit Message:
BUILD: Fix converting the documentation outside the source directory
Changed paths:
Makefile.common
configure
diff --git a/Makefile.common b/Makefile.common
index d937536..78e0d6e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -237,7 +237,7 @@ VERFILE := $(DISTDIR)/$(DISTNAME)/base/internal_version.h
ifdef USE_PANDOC
# Convert README.md and NEWS.md to plain text for any platform that might require it
-%$(PANDOCEXT): ${srcdir}/%.md
+%$(PANDOCEXT): %.md
$(QUIET)$(MKDIR) $(*D)
$(QUIET_PANDOC)$(PANDOC) -f gfm -t $(PANDOCFORMAT) --metadata pagetitle=$(basename $(notdir $@)) -s -o $@ $<
endif
diff --git a/configure b/configure
index f40a8c7..665f381 100755
--- a/configure
+++ b/configure
@@ -5706,6 +5706,7 @@ vpath %.asm \$(srcdir)
vpath %.s \$(srcdir)
vpath %.S \$(srcdir)
vpath %.rc \$(srcdir)
+vpath %.md \$(srcdir)
include \$(srcdir)/Makefile
EOF
More information about the Scummvm-git-logs
mailing list