Skip to content

Commit

Permalink
Distribution additions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpspringuel committed Apr 15, 2017
1 parent b73376e commit 2f01dda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/TeXShop/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# You should have received a copy of the GNU General Public License
# along with Gregorio. If not, see <http://www.gnu.org/licenses/>.

EXTRA_DIST = auto-configure.command LuaLaTeX+se.engine
EXTRA_DIST = auto-configure.command LuaLaTeX+se.engine LuaTeX+se.engine
9 changes: 9 additions & 0 deletions contrib/TeXShop/auto-configure.command
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ else
echo "Please try running the Gregorio intaller again"
exit 1
fi
SOURCE="/Users/Shared/Gregorio/contrib/TeXShop/LuaTeX+se.engine"
if [ -e "$SOURCE" ]; then
echo "Copying LuaTeX+se.engine into TeXShop configuration"
cp "$SOURCE" "$ENGINEDIR"
else
echo "Cannot find LuaTeX+se.engine"
echo "Please try running the Gregorio intaller again"
exit 1
fi

echo "Configuration complete"
exit 0

0 comments on commit 2f01dda

Please sign in to comment.