slight rearrangement of doc targets

This commit is contained in:
Brian Coca 2016-07-23 18:15:45 -04:00
parent 4065acc37d
commit e6cd0dbaf3

View file

@ -261,7 +261,9 @@ deb-src-upload: deb-src
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
webdocs: $(MANPAGES)
webdocs:
(cd docsite/; make docs)
docs: $(MANPAGES)
alldocs: docs webdocs