Browse Source

+ Removed underscores from filenames.

michael 26 years ago
parent
commit
03e34840cf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/go32ex/Makefile

+ 2 - 2
docs/go32ex/Makefile

@@ -32,8 +32,8 @@ endif
 
 .PHONY: all tex clean
 
-OBJECTS=buffer callback flags getrunmd int_pm keyclick meminfo outport \
-  rmpm_int sel_des softint textmess vgasel 
+OBJECTS=buffer callback flags getrunmd intpm keyclick meminfo outport \
+  rmpmint seldes softint textmess vgasel 
 
 TEXOBJECTS=$(addsuffix .tex, $(OBJECTS))