.PHONY: htmldoc
htmldoc:
- PYTHONPATH="`pwd`" $(MAKE) -C doc html
- PYTHONPATH="`pwd`" $(MAKE) -C doc-ru html
+ $(MAKE) -C doc html
+ $(MAKE) -C doc-ru html
.PHONY: test
test:
# |version| and |release|, also used in various other places throughout the
# built documents.
#
+sys.path.insert(0, os.path.abspath('..'))
from m_librarian.__version__ import __version__
# The short X.Y version.
version = '.'.join(__version__.split('.')[:2])
# |version| and |release|, also used in various other places throughout the
# built documents.
#
+sys.path.insert(0, os.path.abspath('..'))
from m_librarian.__version__ import __version__
# The short X.Y version.
version = '.'.join(__version__.split('.')[:2])