mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
581 B

  1. --- ./Makefile.in 2004-09-06 20:39:53.200660320 +0200
  2. +++ ./Makefile.in 2004-09-06 20:41:19.444549256 +0200
  3. @@ -222,9 +222,9 @@
  4. # @echo "Enter 'make installcxx' to install the C++ library"
  5. @echo "Enter 'make installth' to install thread library"
  6. -installinfo : $(srcdir)/$(INFOFILE)
  7. +installinfo : $(srcdir)/docs/$(INFOFILE)
  8. $(srcdir)/mkinstalldirs $(infodir)
  9. - $(INSTALL_DATA) $(srcdir)/$(INFOFILE) $(infodir)
  10. + $(INSTALL_DATA) $(srcdir)/docs/$(INFOFILE) $(infodir)
  11. installdocs : $(srcdir)/docs/$(HTMLFILE) $(srcdir)/docs/$(TEXIFILE)
  12. $(srcdir)/mkinstalldirs $(docdir)