Metadata-Version: 2.1
Name: lektor-make
Version: 0.3
Summary: Lektor plugin to run `make lektor` for custom build systems.
Home-page: UNKNOWN
Author: Barnaby Shearer
Author-email: b@zi.is
License: UNKNOWN
Project-URL: Source, https://github.com/BarnabyShearer/lektor-make
Project-URL: Tracker, https://github.com/BarnabyShearer/lektor-make/issues
Project-URL: Documentation, https://lektor-make.readthedocs.io/en/latest/
Keywords: lektor
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Lektor
Classifier: Environment :: Plugins
Requires-Python: >=2.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: lektor
Requires-Dist: typing ; python_version < "3"

===========
lektor-make
===========
.. image:: https://readthedocs.org/projects/lektor-make/badge/?version=latest
    :target: https://lektor-make.readthedocs.io/en/latest/
.. image:: https://img.shields.io/pypi/v/lektor-make?color=success
    :target: https://pypi.org/project/lektor-make

Lektor plugin to run `make lektor` for custom build systems.

Install
-------

.. code-block:: bash

    python3 -m pip install lektor-make



