|
From: Tatsuro M. <tma...@ya...> - 2009-12-04 08:22:43
|
Hello I found inconsistency in makefile.mgw in the current cvs source. In install section of makefile.mgw mkdir -p $(DESTDIR)/share/PostScript cp ../term/PostScript/*.ps $(DESTDIR)/$(GNUPLOT_PS_DIR) The above does not work correct if GNUPLOT_PS_DIR is not share/PostScipt. Is the above to be the following mkdir -p $(DESTDIR)/$(GNUPLOT_PS_DIR) cp ../term/PostScript/*.ps $(DESTDIR)/$(GNUPLOT_PS_DIR) I made a patch for makefile.mgw according the above. Perhaps similar correction should be made for makefile.cyg. Regards Tatsuro -------------------------------------- Learn more about HIV/AIDS - Red Ribbon Campaign 2009 http://pr.mail.yahoo.co.jp/redribbon/ |