~ubuntu-branches/ubuntu/quantal/cmake/quantal

« back to all changes in this revision

Viewing changes to Docs/bash-completion/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-08-16 11:18:51 UTC
  • mfrom: (1.14.1) (3.1.33 sid)
  • Revision ID: package-import@ubuntu.com-20120816111851-pu3khnu46wootph4
Tags: 2.8.9-0ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add xfail_compiler_flag.diff: Mark compiler flag tests as expected
    failures.
  - Add ubuntu_qt_import_dir_variable.diff: define QT_IMPORTS_DIR even
    when that dir does not exist.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Always install completion file in local dir
 
2
# in order to be sure to always be able to install
 
3
# in a local user directory rooted in a single directory.
 
4
# packager should either patch that out or
 
5
# add symlinks to the files in appropriate places
 
6
#  /etc/bash_completion.d/
 
7
#  DATADIR/completions (may be /usr/share/<package>/completions
 
8
install(FILES cmake cpack ctest DESTINATION ${REL_CMAKE_DATA_DIR}/completions)