~ubuntu-branches/ubuntu/maverick/kdesudo/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/patches/drop_doc.patch

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2010-07-22 14:42:10 UTC
  • Revision ID: james.westby@ubuntu.com-20100722144210-4ozmpz10fz6c3bc5
Tags: 3.4.2.3-2ubuntu2
* Added patch to drop the docs:
  - Docs are deprecated and cause ftbfs
  - Manpage should be considered sufficient for this tiny app

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur kdesudo-3.4.2.3/doc/CMakeLists.txt kdesudo-3.4.2.3.new/doc/CMakeLists.txt
 
2
--- kdesudo-3.4.2.3/doc/CMakeLists.txt  2010-01-27 16:58:17.000000000 +0100
 
3
+++ kdesudo-3.4.2.3.new/doc/CMakeLists.txt      2010-07-22 13:56:28.372750334 +0200
 
4
@@ -7,7 +7,7 @@
 
5
 
 
6
 ADD_CUSTOM_TARGET(doc ALL)
 
7
 
 
8
-ADD_SUBDIRECTORY(en)
 
9
+#ADD_SUBDIRECTORY(en)
 
10
 INSTALL(SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/makelink.cmake)
 
11
 
 
12
 ADD_SUBDIRECTORY(man)