REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 1.08 KB
Close
/opt/alt/python37/share/doc/alt-python37-psycopg2/doc/Makefile
Text
Base64
.PHONY: env help clean html doctest docs: html check: doctest # The environment is currently required to build the documentation. # It is not clean by 'make clean' PYTHON := python$(PYTHON_VERSION) PYTHON_VERSION ?= $(shell $(PYTHON) -c 'import sys; print ("%d.%d" % sys.version_info[:2])') SPHINXBUILD ?= $$(pwd)/env/bin/sphinx-build SPHOPTS = SPHINXBUILD=$(SPHINXBUILD) html: src/sqlstate_errors.rst $(MAKE) PYTHON=$(PYTHON) -C .. package $(MAKE) $(SPHOPTS) -C src $@ cp -r src/_build/html . src/sqlstate_errors.rst: ../psycopg/sqlstate_errors.h env/bin/python src/tools/make_sqlstate_docs.py $< > $@ doctest: $(MAKE) PYTHON=$(PYTHON) -C .. package $(MAKE) $(SPHOPTS) -C src $@ upload: # this command requires ssh configured to the proper target tar czf - -C html . | ssh psycoweb tar xzvf - -C docs/current clean: $(MAKE) $(SPHOPTS) -C src $@ rm -rf html src/sqlstate_errors.rst env: requirements.txt virtualenv -p $(PYTHON) env ./env/bin/pip install -r requirements.txt echo "$$(pwd)/../build/lib.$(PYTHON_VERSION)" \ > env/lib/python$(PYTHON_VERSION)/site-packages/psycopg.pth
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
src
DIR
-
drwxr-xr-x
2023-05-06 02:18:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
COPYING.LESSER
7.46 KB
lrw-r--r--
2019-10-20 00:45:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Makefile
1.08 KB
lrw-r--r--
2019-10-20 00:45:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pep-0249.txt
38.24 KB
lrw-r--r--
2019-10-20 00:45:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.rst
629 B
lrw-r--r--
2019-10-20 00:45:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
requirements.txt
78 B
lrw-r--r--
2019-10-20 00:45:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SUCCESS
4.08 KB
lrw-r--r--
2019-10-20 00:45:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).