@pmatilai commented on this pull request.


> @@ -434,17 +434,17 @@ function(add_tarball targetname namever treeish)
        set(distname ${tarname}.bz2)
        set(docname ${namever}-doc.${distfmt})
 
-       add_custom_target(${docname}
-               DEPENDS man apidoc
+       file(GLOB man_pages docs/man/*.[1-8])

What's the reason for this? AFAICS the tarball gets updated on man page changes 
as it is, through the "man" target.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2820#pullrequestreview-1810685786
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2820/review/1810685...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to