diff -r 3dabc6424d73 -r eac7bcfbfc55 vym.pro --- a/vym.pro Wed Feb 27 16:09:06 2008 +0000 +++ b/vym.pro Wed May 14 14:11:33 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