branch: externals/idlwave commit f3922dcc2d7198e016fa6c487c53683208bbc4d1 Author: jdsmith <jdsmith> Commit: jdsmith <jdsmith>
Removed helpcode dependency. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7681b0708f..727596af70 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ HELPDISTFILES= README.hlp idlw-help-topics.el help55fixup.txt $(HELPFILES) XEMACSDISTFILES= README INSTALL CHANGES ChangeLog COPYING\ $(LISPFILES) $(TEXIFILES) $(INFOFILES)\ - idltags get_rinfo helpcode help55fixup.txt tutorial.pro + idltags get_rinfo help55fixup.txt tutorial.pro EMACSDISTFILES= $(LISPFILES) $(TEXIFILES) ChangeLog