Added "html" and "info" goals to the top-level Makefile.
They are for people who don't want to build both types of documents at the same time.
This commit is contained in:
parent
242532a8df
commit
e31133c804
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
.PHONY: all mostlyclean clean install zip avail unavail bin lib doc samples
|
||||
.PHONY: all mostlyclean clean install zip avail unavail bin lib doc html info samples
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
|
@ -14,7 +14,7 @@ avail unavail bin:
|
|||
lib:
|
||||
@$(MAKE) -C libsrc --no-print-directory $@
|
||||
|
||||
doc:
|
||||
doc html info:
|
||||
@$(MAKE) -C doc --no-print-directory $@
|
||||
|
||||
samples:
|
||||
|
|
Loading…
Add table
Reference in a new issue