Changeset 13bb32 in git
- Timestamp:
- Jun 23, 2009, 9:47:14 AM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 689733233a036f5c2c68012b0210091f8c63a80d
- Parents:
- 587cc52fbea6eb31ce24d13c81748bbe2743326e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r587cc5 r13bb32 313 313 @echo -e '# Emacs + Singular' >> /etc/postinstall/singular-icons.sh 314 314 @echo -e 'if test -f /bin/XWin.exe; then' >> /etc/postinstall/singular-icons.sh 315 @echo -e 'mkshortcut -A -a \047bash - l -c "/bin/startxwin.bat && sleep 5 && ESingular --emacs=xemacs"\047 \' >> /etc/postinstall/singular-icons.sh315 @echo -e 'mkshortcut -A -a \047bash -c -l "((xwin -multiwindow -clipboard -silent-dup-error &) && sleep 5 && (ESingular --emacs=xemacs)) &"\047 \' >> /etc/postinstall/singular-icons.sh 316 316 @echo -e ' -i ${CYGWIN_SINGULAR_BIN}/runESingular.exe -n "Singular CAS\\Singular (Emacs and X-Server)" \' >> /etc/postinstall/singular-icons.sh 317 317 @echo -e ' -w /bin \' >> /etc/postinstall/singular-icons.sh … … 332 332 @echo -e '# Emacs + Singular' >> /etc/postinstall/singular-icons.sh 333 333 @echo -e 'if test -f /bin/XWin.exe; then' >> /etc/postinstall/singular-icons.sh 334 @echo -e 'mkshortcut -A -a \047bash - l -c "/bin/startxwin.bat && sleep 5 && ESingular --emacs=xemacs"\047 \' >> /etc/postinstall/singular-icons.sh334 @echo -e 'mkshortcut -A -a \047bash -c -l "((xwin -multiwindow -clipboard -silent-dup-error &) && sleep 5 && (ESingular --emacs=xemacs)) &"\047 \' >> /etc/postinstall/singular-icons.sh 335 335 @echo -e ' -i ${CYGWIN_SINGULAR_BIN}/runESingular.exe -n "Singular (Emacs and X-Server)" \' >> /etc/postinstall/singular-icons.sh 336 336 @echo -e ' -w /bin \' >> /etc/postinstall/singular-icons.sh
Note: See TracChangeset
for help on using the changeset viewer.