]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
fix build without apidocs auto/th/librsvg-2.50.1-1
authorJan Palus <atler@pld-linux.org>
Tue, 6 Oct 2020 16:47:58 +0000 (18:47 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 6 Oct 2020 16:47:58 +0000 (18:47 +0200)
librsvg.spec

index 34376ebcf8394236c55c878cd2437a6b0a5c39d0..3797ad22fc8090d67a63222bbd2f64e2afdf096e 100644 (file)
@@ -179,8 +179,15 @@ API jÄ™zyka Vala do biblioteki librsvg.
 %patch1 -p1
 
 %if %{without apidocs}
-echo 'CLEANFILES=' > gtk-doc.make
-echo 'AC_DEFUN([GTK_DOC_CHECK],[])' >> acinclude.m4
+cat <<EOF > gtk-doc.make
+CLEANFILES=
+EXTRA_DIST=
+EOF
+cat <<EOF >> acinclude.m4
+AC_DEFUN([GTK_DOC_CHECK],[
+AM_CONDITIONAL([ENABLE_GTK_DOC], [/bin/false])
+])
+EOF
 %endif
 
 %ifarch x32
This page took 0.035356 seconds and 4 git commands to generate.