mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Add a default target which omits building the docs.
This commit is contained in:
parent
27177c4e4c
commit
d453cc20ba
2
Makefile
2
Makefile
@ -10,6 +10,8 @@ snapshot : gitrev = $(shell git rev-parse --short HEAD)
|
||||
snapshot : version = $(majorversion)-git$(gitrev)
|
||||
snapshot : issnapshot = 1
|
||||
|
||||
nodocs: htdocs/always.php built-po
|
||||
|
||||
all: htdocs/always.php built-docs built-po
|
||||
|
||||
built-docs: docs/api/phpdoc.ini htdocs/*.php inc/*.php docs/translation.rst
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user