summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Festi <ffesti@redhat.com>2021-06-22 16:53:13 +0200
committerPanu Matilainen <pmatilai@redhat.com>2021-08-20 11:44:09 +0300
commit28417564690b0fe30f6eb844ee79355f5356815b (patch)
tree94c2a87b02f0d73bfb324c83ab1171750498c81a
parent4b7baa30664e7cbba6581f47fb5cbd13d5350b3f (diff)
downloadrpm-28417564690b0fe30f6eb844ee79355f5356815b.tar.gz
Don't depend on translation sub directories
just create them. Otherwise their date messes up the man page genenration and triggers a rebuild when on wanted (e.g. when building form the tar ball) Resolves: #1729 (cherry picked from commit 89eb448b6c5941921acdc7e8b5e18050900e9f20)
-rw-r--r--docs/man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am
index 595444ad5..e10959255 100644
--- a/docs/man/Makefile.am
+++ b/docs/man/Makefile.am
@@ -87,7 +87,7 @@ man_sk_man8_DATA = sk/rpm.8
EXTRA_DIST += sk/rpm.8.md
EXTRA_DIST += sk/rpm.8
-%: $(srcdir)/%.md fr ja ko pl ru sk
+%: $(srcdir)/%.md
@$(MKDIR_P) `dirname $@`
${PANDOC} -s -t man $(srcdir)/$@.md -o $@