Installing .pl scripts to bin directory

This commit is contained in:
dp%netscape.com 2002-02-28 00:06:36 +00:00
Родитель 5b25aa8efe
Коммит a49526ac35
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,8 @@ include <$(DEPTH)\config\rules.mak>
libs:: $(OBJDIR) $(PROGRAMS)
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
$(MAKE_INSTALL) heapmap.pl $(DIST)\bin
$(MAKE_INSTALL) codemap.pl $(DIST)\bin
clobber::
-for %p in ($(PROGRAMS)) do $(RM) %p $(DIST)\bin\%p