=================================================================== RCS file: /home/cvs/OpenXM/src/Makefile,v retrieving revision 1.83 retrieving revision 1.84 diff -u -p -r1.83 -r1.84 --- OpenXM/src/Makefile 2000/03/05 06:54:00 1.83 +++ OpenXM/src/Makefile 2000/03/06 04:30:39 1.84 @@ -1,4 +1,4 @@ -## $OpenXM: OpenXM/src/Makefile,v 1.82 2000/03/01 00:15:46 takayama Exp $ +## $OpenXM: OpenXM/src/Makefile,v 1.83 2000/03/05 06:54:00 takayama Exp $ OPENXM_CONTRIB=../../OpenXM_contrib OPENXM_CONTRIB2=../../OpenXM_contrib2 @@ -208,6 +208,7 @@ all-Copyright : post-install-correction: install (cd ../bin ; rm -f asir ; ln -s ./ox_asir asir) (cd ../lib/asir ; rm -f ox_asir ox_launch ox_plot help ; ln -s ./asir ox_asir ; ln -s ./asir ox_launch ; ln -s ./asir ox_plot ; ln -s ./help-eg help) + (cd ../rc ; make install.man) binary-dist : all-Copyright clean-rc all all-misc post-install-correction