X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2FMakefile.am;h=a6426923cb64cb5da95603f0ae5bb31815ded62c;hp=067f1b63b2af9b8ae443f0b03a03cacafeab2ac8;hb=b78e8ac7987fbf35a4ba60534c4a3d2b290562b9;hpb=3e86a949f432853fbfa17f6d5d02602447592e87 diff --git a/cinelerra-5.1/Makefile.am b/cinelerra-5.1/Makefile.am index 067f1b63..a6426923 100644 --- a/cinelerra-5.1/Makefile.am +++ b/cinelerra-5.1/Makefile.am @@ -31,11 +31,12 @@ export mkinstalldirs install_sh inst_sh # install to bin binstall: install-recursive - cp -a COPYING README models ffmpeg msg.txt tips bin/. + cp -a COPYING README models ffmpeg msg info tips bin/. sed -e 's/\/$(WANT_CIN)/g' < image/cin.desktop \ > "bin/applications/$(WANT_CIN).desktop" cp -a image/cin.svg "bin/pixmaps/$(WANT_CIN)".svg cp -a image/cin.xpm "bin/pixmaps/$(WANT_CIN)".xpm + for d in picon*; do cp -a $$d/. bin/plugins/$$d/.; done cp -a db/utils/new_db "bin/cin_db" buninstall: @@ -48,7 +49,7 @@ cinstall: cd bin; $(inst_sh) "$(DESTDIR)$(WANT_CINLIB_DIR)" \ bdwrite cutads hveg2enc mpeg2enc mplex mplexlo cd bin; $(inst_sh) "$(DESTDIR)$(datadir)/$(WANT_CIN)" \ - COPYING README msg.txt ffmpeg doc models tips + COPYING README models ffmpeg msg info tips doc cd bin/locale; $(inst_sh) "$(DESTDIR)$(localedir)" . cd bin/plugins; $(inst_sh) "$(DESTDIR)$(WANT_PLUGIN_DIR)" . cd bin/ladspa; $(inst_sh) "$(DESTDIR)$(WANT_LADSPA_DIR)" .