Skip to content
Snippets Groups Projects
Commit c9363903 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Merge branch 'v2.2'

parents 99fcd86d 4bcc5a1e
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ SUBDIRS := $(SRCDIRS) user-doc developer-doc regtest ...@@ -9,7 +9,7 @@ SUBDIRS := $(SRCDIRS) user-doc developer-doc regtest
SUBDIRSCLEAN:=$(addsuffix .clean,$(SUBDIRS)) SUBDIRSCLEAN:=$(addsuffix .clean,$(SUBDIRS))
.PHONY: all lib clean $(SRCDIRS) doc docclean check cppcheck distclean .PHONY: all lib clean $(SRCDIRS) doc docclean check cppcheck distclean all_plus_docs
# if machine dependent configuration has been found: # if machine dependent configuration has been found:
ifdef GCCDEP ifdef GCCDEP
...@@ -17,6 +17,12 @@ all: ...@@ -17,6 +17,12 @@ all:
$(MAKE) lib $(MAKE) lib
$(MAKE) -C vim $(MAKE) -C vim
# target useful for macports
# it builds the code then the documentation
all_plus_docs:
$(MAKE) all
$(MAKE) docs
lib: lib:
$(MAKE) -C src $(MAKE) -C src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment