(install-info-gasp): Use $$dir when installing file.
authorKen Raeburn <raeburn@cygnus>
Thu, 2 Jun 1994 16:01:18 +0000 (16:01 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 2 Jun 1994 16:01:18 +0000 (16:01 +0000)
gas/doc/Makefile.in

index 94202efe9bda1cb394d1bfdca00514cb04bdf3cb..31cf036eebe87ede2fbb37fdf4bbe195c04c1fb1 100644 (file)
@@ -107,7 +107,7 @@ install-info-gasp: gasp.info
          dir=$(srcdir) ; \
        fi ; \
        for i in `cd $$dir ; echo gasp.info*` ; do \
-               $(INSTALL_DATA) $$i $(infodir)/$$i ; \
+               $(INSTALL_DATA) $$dir/$$i $(infodir)/$$i ; \
        done
 
 as.dvi:        $(srcdir)/as.texinfo asconfig.texi
@@ -148,15 +148,18 @@ as.me: $(srcdir)/as.texinfo asconfig.texi
        texi2roff -me >as.me 
 
 clean: clean-dvi clean-info
+       rm -f asconfig.texi
 
 distclean:
-       rm -f Makefile config.status as.?? as.??s as.aux as.log as.toc
+       rm -f Makefile config.status asconfig.texi \
+               as.?? as.??s as.aux as.log as.toc \
+               gasp.?? gasp.??s gasp.aux gasp.log gasp.toc
 
 clean-dvi:
-       rm -f as.?? as.???
+       rm -f as.?? as.??? gasp.?? gasp.???
 
 clean-info:
-       rm -f as.info*
+       rm -f as.info* gasp.info*
 
 force: