~ubuntu-branches/ubuntu/saucy/listaller/saucy

« back to all changes in this revision

Viewing changes to data/cmake/documentation.cmake

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2012-04-18 18:42:46 UTC
  • Revision ID: package-import@ubuntu.com-20120418184246-lwq6i48qq5qjzsqe
Tags: 0.5.4-1
Initial release (Closes: #669088)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright (C) 2009 Julian Andres Klode <jak@debian.org>.
2
 
# Licensed under the same terms as APT; i.e. GPL 3 or later.
 
2
# Licensed under GPLv3 or later.
3
3
 
4
4
macro(add_debiandoc target sourcefiles installdest)
5
5
        foreach(file ${sourcefiles})
85
85
 
86
86
        add_custom_target(${target} ALL DEPENDS ${commands})
87
87
        # Sort the list of the translations.
88
 
        list(SORT nls-cmd)
 
88
        #list(SORT nls-cmd)
89
89
        add_custom_target(nls-${target} ALL DEPENDS ${nls-cmd})
90
90
endmacro(add_xml_manpages manpages)
91
91