slight rearrangement of doc targets
parent
4065acc37d
commit
e6cd0dbaf3
4
Makefile
4
Makefile
|
@ -261,7 +261,9 @@ deb-src-upload: deb-src
|
||||||
|
|
||||||
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
|
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
|
||||||
|
|
||||||
webdocs: $(MANPAGES)
|
webdocs:
|
||||||
(cd docsite/; make docs)
|
(cd docsite/; make docs)
|
||||||
|
|
||||||
docs: $(MANPAGES)
|
docs: $(MANPAGES)
|
||||||
|
|
||||||
|
alldocs: docs webdocs
|
||||||
|
|
Loading…
Reference in New Issue