[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Diff for /OpenXM/doc/OpenXM-web/Makefile between version 1.53 and 1.54

version 1.53, 2017/03/30 13:32:30 version 1.54, 2017/03/31 03:55:47
Line 1 
Line 1 
 # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.52 2017/03/30 09:30:54 takayama Exp $  # $OpenXM: OpenXM/doc/OpenXM-web/Makefile,v 1.53 2017/03/30 13:32:30 takayama Exp $
 #  #
 OpenXM_HOME=../..  OpenXM_HOME=../..
 OpenXM_include=${OpenXM_HOME}/include  OpenXM_include=${OpenXM_HOME}/include
Line 30  LOGOS=logo-openxm2.jpg logo-openxm5.jpg logo-openxm_si
Line 30  LOGOS=logo-openxm2.jpg logo-openxm5.jpg logo-openxm_si
   
 MANUALS=asir2000 asir-contrib kan96xx ox_math  MANUALS=asir2000 asir-contrib kan96xx ox_math
   
   usage:
           @echo "targets are all"
           @echo "all-top (copy only top html files to web)"
           @echo "all-current (generates html files form texi etc and copy to web)"
           @echo "all-current-index (no new generation of html files from texi etc, <all-current)"
           @echo "all-current-spec"
 all: all-stable all-ascm2001 all-current all-top all-current-spec  all: all-stable all-ascm2001 all-current all-top all-current-spec
         @echo "************************************************************"          @echo "************************************************************"
         @echo "* cp -r  /home/web/OpenXM/Current /home/web/OpenXM/x.y.z   *"          @echo "* cp -r  /home/web/OpenXM/Current /home/web/OpenXM/x.y.z   *"

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>