Changeset 93a7f7 in git
- Timestamp:
- Feb 17, 2009, 6:22:23 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- d51339db6eb09b5d56b6c91884e2abedf4f5b7b6
- Parents:
- 1f03735b40dfd822d0a1399857e5b395aea36c4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r1f03735 r93a7f7 334 334 @echo -e ' -P /bin/rxvt -d "This starts an rxvt terminal."' >> /etc/postinstall/singular-icons.sh 335 335 @echo -e '' >> /etc/postinstall/singular-icons.sh 336 337 338 339 340 341 342 343 336 @echo -e '# XServer + xterm' >> /etc/postinstall/singular-icons.sh 337 @echo -e 'if test -f /bin/XWin.exe; then' >> /etc/postinstall/singular-icons.sh 338 @echo -e 'mkshortcut -A -a \047bash -l -c "/bin/startxwin.bat"\047 \' >> /etc/postinstall/singular-icons.sh 339 @echo -e ' -i /bin/XWin.exe \' >> /etc/postinstall/singular-icons.sh 340 @echo -e ' -P /usr/X11R6/bin/run.exe -n "Singular CAS\\Cygwin\\Start X-Server and an XTerm" \' >> /etc/postinstall/singular-icons.sh 341 @echo -e ' -d "This starts the Cygwin X-Server and launches an XTerm."' >> /etc/postinstall/singular-icons.sh 342 @echo -e 'fi' >> /etc/postinstall/singular-icons.sh 343 @echo -e '' >> /etc/postinstall/singular-icons.sh 344 344 @echo -e '# Only XServer' >> /etc/postinstall/singular-icons.sh 345 345 @echo -e 'if test -f /bin/XWin.exe; then' >> /etc/postinstall/singular-icons.sh 346 346 @echo -e 'mkshortcut -A -a \047\047 \' >> /etc/postinstall/singular-icons.sh 347 347 @echo -e ' -i /bin/XWin.exe \' >> /etc/postinstall/singular-icons.sh … … 363 363 @echo -e '' >> /etc/postinstall/singular-icons.sh 364 364 @echo -e '# Emacs + Singular' >> /etc/postinstall/singular-icons.sh 365 365 @echo -e 'if test -f /bin/XWin.exe; then' >> /etc/postinstall/singular-icons.sh 366 366 @echo -e 'mkshortcut -A -a \047bash -l -c "/bin/startxwin.bat && sleep 1 && ESingular"\047 \' >> /etc/postinstall/singular-icons.sh 367 367 @echo -e ' -i ${CYGWIN_SINGULAR_BIN}/runESingular.exe -n "Singular CAS\\Singular (Emacs and X-Server)" \' >> /etc/postinstall/singular-icons.sh … … 382 382 @echo -e '' >> /etc/postinstall/singular-icons.sh 383 383 @echo -e '# Emacs + Singular' >> /etc/postinstall/singular-icons.sh 384 384 @echo -e 'if test -f /bin/XWin.exe; then' >> /etc/postinstall/singular-icons.sh 385 385 @echo -e 'mkshortcut -A -a \047bash -l -c "/bin/startxwin.bat && sleep 1 && ESingular"\047 \' >> /etc/postinstall/singular-icons.sh 386 386 @echo -e ' -i ${CYGWIN_SINGULAR_BIN}/runESingular.exe -n "Singular CAS\\Singular (Emacs and X-Server)" \' >> /etc/postinstall/singular-icons.sh … … 461 461 cp ${CYGWIN_AUX_FILES}/SURF_COPYING ${CYGWIN_SINGULAR_BIN}/ 462 462 cp ${CYGWIN_AUX_FILES}/Manual.chm ${CYGWIN_SINGULAR_DOC}/doc 463 cp ${CYGWIN_AUX_FILES}/startxserver.bat ${CYGWIN_SINGULAR_BIN}/464 unix2dos ${CYGWIN_SINGULAR_BIN}/startxserver.bat465 463 ## Download setup exe 466 464 export http_proxy=http://positron.mathematik.uni-kl.de:3128; \ … … 515 513 tar cjf ${CYGWIN_REP_DIR}/release/Singular/singular-icons-${CYGWIN_PORT_VER}.tar.bz2 \ 516 514 /usr/share/doc/Cygwin/singular-icons-${CYGWIN_SING_VER}.README \ 517 ${CYGWIN_SINGULAR_BIN}/cygwin-setup.exe \ 518 ${CYGWIN_SINGULAR_BIN}/startxserver.bat \ 515 ${CYGWIN_SINGULAR_BIN}/cygwin-setup.exe \ \ 519 516 /etc/postinstall/singular-icons.sh 520 517 cp singular-base-${CYGWIN_PORT_VER}-src.tar.bz2 ${CYGWIN_REP_DIR}/release/Singular/
Note: See TracChangeset
for help on using the changeset viewer.