changeset 909:fd2f3f984818 octave-forge

Fix stupid little mistake
author adb014
date Tue, 06 May 2003 21:01:43 +0000
parents b0d2823a3785
children 217e5fd1d247
files main/comm/Makefile
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/comm/Makefile	Tue May 06 12:08:32 2003 +0000
+++ b/main/comm/Makefile	Tue May 06 21:01:43 2003 +0000
@@ -5,6 +5,7 @@
 TEXI2HTML = texi2html -split_chapter -number
 MV = /bin/mv
 DVIPDF = dvipdf
+DVIPS = dvips
 
 GALOISTARGET = gf.oct
 GALOISSOURCES = galois.cc galois-def.cc galoisfield.cc gf.cc op-fil-gm.cc \
@@ -44,8 +45,8 @@
 all : $(OTHERTARGETS) $(GALOISTARGET) $(GALOISLINKTARGETS) $(DOCS)
 
 install : $(INFODOC)
-	$(INSTALL) -d $(MPATH)
-	$(INSTALL_DATA) $(INFODOC) $(MPATH)/comm 
+	$(INSTALL) -d $(MPATH)/comm
+	$(INSTALL_DATA) $(INFODOC) $(MPATH)/comm/$(INFODOC)
 
 $(GALOISTARGET) : $(GALOISDEPENDS) $(GALOISOBJECTS) 
 	@echo "Linking $@"; \