1.1 --- a/vym.pro Tue Mar 14 14:27:08 2006 +0000
1.2 +++ b/vym.pro Mon Apr 24 10:05:10 2006 +0000
1.3 @@ -69,8 +69,7 @@
1.4 settings.cpp \
1.5 options.cpp
1.6
1.7 -FORMS = exporthtmldialog.ui \
1.8 - exportxhtmldialog.ui \
1.9 +FORMS = exportxhtmldialog.ui \
1.10 showtextdialog.ui \
1.11 extrainfodialog.ui \
1.12 editxlinkdialog.ui
1.13 @@ -88,15 +87,15 @@
1.14 target.path = $${DESTROOT}/bin
1.15 INSTALLS += target
1.16
1.17 -support.files = styles/ scripts/ icons/ lang/
1.18 +support.files = styles/ scripts/ icons/ flags/ lang/
1.19 support.path = $${DESTROOT}/share/vym
1.20 INSTALLS += support
1.21
1.22 -doc.files = doc/*
1.23 +doc.files = tex/vym.pdf
1.24 doc.path = $${DESTROOT}/share/doc/packages/vym
1.25 INSTALLS += doc
1.26
1.27 demo.files = demos/
1.28 -demo.path = $${DESTROOT}/share/vym
1.29 +demo.path = $${DESTROOT}/share/doc/packages/vym
1.30 INSTALLS += demo
1.31