--- src/Makefile.template.orig Fri Jul 31 07:51:31 1998 +++ src/Makefile.template Sun Nov 22 10:28:13 1998 @@ -3,7 +3,7 @@ protocol.o network_write.o network_read.o ds_fns.o parse_packet.o ids.o \ sliding_key.o rtx.o missing.o participants.o bitmaps.o \ recent.o nt_ui.o generic_tcl.o libs.o www_ui.o www_fns.o nt_help.o \ - save_struct.o iohandler.o libqfDES.a debug.o canvas_ext.o font_ext.o + save_struct.o iohandler.o libqfDES.a debug.o canvas_ext.o font_ext.o hsearch.o ENCOBJS=crypt.o md5c.o random.o QFDES=qfDES.o qfDES-memory.o qfDES-key.o QFINCLUDES=-I../src/qfdes @@ -172,13 +172,13 @@ $(CC) $(CFLAGS) -c libs.c ../src/help/blocks.ehtml: text2html ../src/help/blocks.html - text2html < ../src/help/blocks.html > ../src/help/blocks.ehtml + ./text2html < ../src/help/blocks.html > ../src/help/blocks.ehtml ../src/help/bindings.ehtml: text2html ../src/help/bindings.html - text2html < ../src/help/bindings.html > ../src/help/bindings.ehtml + ./text2html < ../src/help/bindings.html > ../src/help/bindings.ehtml ../src/help/menus.ehtml: text2html ../src/help/menus.html - text2html < ../src/help/menus.html > ../src/help/menus.ehtml + ./text2html < ../src/help/menus.html > ../src/help/menus.ehtml ../src/help/xresources.ehtml: text2html ../src/help/xresources.html - text2html < ../src/help/xresources.html > ../src/help/xresources.ehtml + ./text2html < ../src/help/xresources.html > ../src/help/xresources.ehtml