diff options
Diffstat (limited to 'app-office/qtstalker/files/qtstalker-0.35-nodocs.patch')
-rw-r--r-- | app-office/qtstalker/files/qtstalker-0.35-nodocs.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/app-office/qtstalker/files/qtstalker-0.35-nodocs.patch b/app-office/qtstalker/files/qtstalker-0.35-nodocs.patch new file mode 100644 index 00000000..558b5b56 --- /dev/null +++ b/app-office/qtstalker/files/qtstalker-0.35-nodocs.patch @@ -0,0 +1,37 @@ +diff -Naur qtstalker-orig/docs/docs.pro qtstalker/docs/docs.pro +--- qtstalker-orig/docs/docs.pro 2007-09-28 02:01:58.000000000 -0600 ++++ qtstalker/docs/docs.pro 2008-01-20 00:41:16.000000000 -0600 +@@ -2,33 +2,6 @@ + + CONFIG += thread + +-# install the html files +-docs.path = /usr/local/share/doc/qtstalker/html +-docs.files = *.html +-INSTALLS += docs +- +-# install the html pic files +-pics.path = /usr/local/share/doc/qtstalker/html +-pics.files = *.png +-INSTALLS += pics +- +-# install the example indicator html files and pics +-idocs.path = /usr/local/share/doc/qtstalker/html/indicator +-idocs.files = indicator/*.html +-idocs.files += indicator/*.png +-INSTALLS += idocs +- +-# install the CHANGELOG files +-cl.path = /usr/local/share/doc/qtstalker/html +-cl.files = CHANGELOG* +-INSTALLS += cl +- +-# install the past CHANGELOG files +-pcl.path = /usr/local/share/doc/qtstalker/html/pastchanges +-pcl.files = pastchanges/*.html +-pcl.files += pastchanges/CHANGELOG* +-INSTALLS += pcl +- + # install the translation files + i18n.path = /usr/local/share/qtstalker/i18n + i18n.files = ../i18n/*.qm |