~ubuntu-branches/ubuntu/lucid/kde-l10n-lt/lucid

« back to all changes in this revision

Viewing changes to docs/common/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-10-05 15:35:24 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20091005153524-r3e8nyhdyal0c8cz
Tags: 4:4.3.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FILE(GLOB _html *.html)
 
2
FILE(GLOB _css *.css)
 
3
FILE(GLOB _pngs *.png)
 
4
install( FILES ${_html} ${_css} ${_png} DESTINATION ${HTML_INSTALL_DIR}/${CURRENT_LANG}/common)