PROJ = dgconfig

!include <ntwin32.mak>

hc = hcp

all: $(PROJ).hlp

$(PROJ).hlp: $(PROJ).rtf $(PROJ).hpj
    $(hc) $(PROJ).hpj


