1.1 --- a/vym.pro Tue May 06 10:45:26 2008 +0000
1.2 +++ b/vym.pro Tue May 06 11:16:40 2008 +0000
1.3 @@ -169,9 +169,6 @@
1.4 isEmpty( DOCDIR ) {
1.5 DOCDIR = $${DATADIR}/doc/packages/vym
1.6 }
1.7 -isEmpty( DEMODIR ) {
1.8 - DEMODIR = $${DOCDIR}
1.9 -}
1.10
1.11 message( "Installation directory" )
1.12 message( $$PREFIX )
1.13 @@ -180,7 +177,7 @@
1.14 target.path = $${BINDIR}
1.15 INSTALLS += target
1.16
1.17 -support.files = styles/ scripts/ icons/ flags/ lang/ macros/ exports/
1.18 +support.files = styles/ scripts/ icons/ flags/ lang/ macros/ exports/ demos/
1.19 support.path = $${DATADIR}/vym
1.20 INSTALLS += support
1.21
1.22 @@ -189,6 +186,3 @@
1.23 INSTALLS += doc
1.24 DEFINES += VYM_DOCDIR=\\\"$${DOCDIR}\\\"
1.25
1.26 -demo.files = demos/
1.27 -demo.path = $${DEMODIR}
1.28 -INSTALLS += demo