rpms/kpilot/devel kpilot.spec,1.5,1.6

Kevin Kofler kkofler at fedoraproject.org
Fri Jan 15 03:51:38 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/kpilot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4536/devel

Modified Files:
	kpilot.spec 
Log Message:
Generate a valid (one-line) CMakeLists.txt for each translated doc as the tarball script created broken ones.


Index: kpilot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kpilot/devel/kpilot.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- kpilot.spec	15 Jan 2010 03:37:38 -0000	1.5
+++ kpilot.spec	15 Jan 2010 03:51:38 -0000	1.6
@@ -53,6 +53,7 @@ pushd kpilot-translations-20100115/doc
 for i in *_kpilot ; do
   if [ -e $i/index.docbook ] ; then
     echo "add_subdirectory($i)" >>CMakeLists.txt
+    echo 'kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/'${i%_kpilot}'/ SUBDIR kpilot)' >$i/CMakeLists.txt
   fi
 done
 popd



More information about the scm-commits mailing list