diff -Nru Guppi-0.34.3/doc/C/Makefile.am Guppi-0.34.3.new/doc/C/Makefile.am --- Guppi-0.34.3/doc/C/Makefile.am Wed Jan 12 07:24:40 2000 +++ Guppi-0.34.3.new/doc/C/Makefile.am Mon Mar 27 03:18:32 2000 @@ -21,10 +21,10 @@ -cp guppi.html $(distdir) install-data-local: - $(mkinstalldirs) $(guppi_helpdir)/images + $(mkinstalldirs) $(DESTDIR)$(guppi_helpdir)/images -for file in $(srcdir)/guppi/*.html $(srcdir)/guppi/*.css; do \ basefile=`basename $$file`; \ - $(INSTALL_DATA) $(srcdir)/$$file $(guppi_helpdir)/$$basefile; \ + $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(guppi_helpdir)/$$basefile; \ done guppi.ps: guppi.sgml