Index: trunk/Ohana/src/opihi/pantasks/Makefile
===================================================================
--- trunk/Ohana/src/opihi/pantasks/Makefile	(revision 10305)
+++ trunk/Ohana/src/opihi/pantasks/Makefile	(revision 10342)
@@ -6,18 +6,10 @@
 INC     =       $(HOME)/include
 SDIR    =       $(HOME)/pantasks
-#
-DESTBIN =       $(BINDIR)
-DESTLIB =       $(LIBDIR)
-DESTINC =       $(INCDIR)
-DESTMAN =       $(MANDIR)
-DESTHLP =       $(HELPDIR)/pantasks
-
-#  compile flags
-CFLAGS  =       -I$(INC) -I$(INCDIR) $(INCDIRS) -DHELPDIR_DEFAULT=$(DESTHLP)
+HELP    =       $(DESTHELP)/pantasks
 
 # link flags 
 LIBS1   =       -ldvo -lkapa -lFITS -lohana $(LIBFLAGS)
 LIBS2   =       -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata 
-LFLAGS  =       -L$(LIB) -L$(LIBDIR) $(LIBDIRS) $(LIBS2) $(LIBS1) 
+LFLAGS  =       -L$(LIB) -L$(DESTLIB) $(LIBDIRS) $(LIBS2) $(LIBS1) 
 
 # sched user commands and support functions ########################
@@ -107,5 +99,5 @@
 install: $(DESTBIN)/pantasks $(DESTBIN)/pantasks_client $(DESTBIN)/pantasks_server help
 
-help: cmd.basic.help cmd.data.help cmd.astro.help pantasks.help
+help: clean-help cmd.basic.help cmd.data.help cmd.astro.help pantasks.help
 
 .PHONY: pantasks pantasks_client pantasks_server
