a5f6b730f5
These documents are somewhat up to date. Latex is great for publications, but a bad format to keep it up to date. Convert to markdown instead.
12 linhas
277 B
Makefile
12 linhas
277 B
Makefile
##
|
|
## Copyright (C) by Argonne National Laboratory
|
|
## See COPYRIGHT in top-level directory
|
|
##
|
|
|
|
DOC_SUBDIRS += doc/mansrc doc/userguide doc/installguide
|
|
doc3_src_txt += doc/mansrc/mpiconsts.txt
|
|
|
|
userdocs:
|
|
for dir in $(DOC_SUBDIRS) ; do \
|
|
(cd $$dir && $(MAKE) ) ; done
|