--- Asedit.ad +++ Asedit.ad 1997/12/09 14:37:25 @@ -454,7 +454,7 @@ *Tools_PD.Spell.mnemonic: S *Tools_PD.Spell.acceleratorText: F7 *Tools_PD.Spell.accelerator: F7 -*spellCmd: (cat; echo) | spell +*spellCmd: (cat; echo) | spell -a *spellExt: TO_TEXT_DIALOG,\ Misspelled words:\, Spell \, DIALOG_INFORMATION ,\ Spelled correctly!\,USE_FILE_OR_SELECTION ! *Tools_PD.Sort.labelString: Sort --- Imakefile +++ Imakefile 1997/12/09 14:47:41 @@ -29,7 +29,7 @@ LOCAL_X_LIBDIR = -XMLIB = -lXm -lPW +XMLIB = -lXm -lXpm -lXp XCOMM - HP PW setup: XMLIB = -lXm -lc -lPW XCOMM - SUN setup: XMLIB = -lXm --- Makefile.Linux +++ Makefile.Linux 1997/12/09 14:37:25 @@ -0,0 +1,19 @@ +# +# +# +# Makefile.Linux to integrate package into source tree of S.u.S.E.-Linux. +# +# Copyright (c) 1995 S.u.S.E. Gmbh Fuerth, Germany. All rights reserved. +# +# + + +compile: + xmkmf -a + make + +install: + make install + make install.man + +