Skip to content

Commit

Permalink
Don't depend on translation sub directories
Browse files Browse the repository at this point in the history
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: rpm-software-management#1729
  • Loading branch information
ffesti authored and pmatilai committed Jun 23, 2021
1 parent 9772abc commit 89eb448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/man/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

Expand Down

0 comments on commit 89eb448

Please sign in to comment.