File: Makefile

package info (click to toggle)
pymodbus 3.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,720 kB
  • sloc: python: 14,867; makefile: 27; sh: 17
file content (14 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS    = -W --keep-going

# Put it first so that "make" without argument is like "make help".
help:
	sphinx-build -M help "." "_build" -W --keep-going

.PHONY: help Makefile

%: Makefile
	sphinx-build -M $@ "." "_build" -W --keep-going