# HG changeset patch # User insilmaril # Date 1210072600 0 # Node ID a02d84c2d0ac12c8de7bcf6986bfd7ff08c33ddb # Parent b4143a8907d5ad82da9d14f8c358eee041fb98be Moved demos to /usr/share/vym/demos diff -r b4143a8907d5 -r a02d84c2d0ac vym.pro --- a/vym.pro Tue May 06 10:45:26 2008 +0000 +++ b/vym.pro Tue May 06 11:16:40 2008 +0000 @@ -169,9 +169,6 @@ isEmpty( DOCDIR ) { DOCDIR = $${DATADIR}/doc/packages/vym } -isEmpty( DEMODIR ) { - DEMODIR = $${DOCDIR} -} message( "Installation directory" ) message( $$PREFIX ) @@ -180,7 +177,7 @@ target.path = $${BINDIR} INSTALLS += target -support.files = styles/ scripts/ icons/ flags/ lang/ macros/ exports/ +support.files = styles/ scripts/ icons/ flags/ lang/ macros/ exports/ demos/ support.path = $${DATADIR}/vym INSTALLS += support @@ -189,6 +186,3 @@ INSTALLS += doc DEFINES += VYM_DOCDIR=\\\"$${DOCDIR}\\\" -demo.files = demos/ -demo.path = $${DEMODIR} -INSTALLS += demo