Skip to content

Commit

Permalink
Fix out of source build
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Jan 14, 2024
1 parent 2f690b1 commit 54a25d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ doc/en/stilview.1
DISTCLEANFILES = $(dist_man_MANS)

.pod.1:
@mkdir -p $(@D)
pod2man -c "User Programs" -s 1 $< > $@

.pod.5:
@mkdir -p $(@D)
pod2man -c "File formats" -s 5 $< > $@

0 comments on commit 54a25d4

Please sign in to comment.