X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.in;fp=doc%2FMakefile.in;h=2d5fa1d9d59f45c8c4bb90968d7f54975da7f373;hb=33816d067ed0e5276d9fc543eaff6f3a23680ed8;hp=59e6c5962483534e98f74b1b538e0700909fb4e4;hpb=5d3c92ebc7588193b1a3fd7c1a03349b05192fc3;p=modules%2Fsuperv.git diff --git a/doc/Makefile.in b/doc/Makefile.in index 59e6c59..2d5fa1d 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# See http://www.salome-platform.org/ +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # # -* Makefile *- @@ -38,6 +38,17 @@ docs: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done + +usr_docs: + @@SETX@; for d in $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + +dev_docs: + @@SETX@; for d in $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + clean: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \