Skip to content

Commit

Permalink
hygiene, always ship with old-names man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hroptatyr committed Aug 19, 2021
1 parent 7060eda commit 1250bb9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion info/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,18 @@ built_mans += dseq.manu
built_mans += dsort.man
built_mans += dtest.man
built_mans += dzone.man
endif WITH_OLD_LINKS
else !WITH_OLD_LINKS
## just for the tarball
EXTRA_DIST += dadd.manu
EXTRA_DIST += dconv.man
EXTRA_DIST += ddiff.mand
EXTRA_DIST += dgrep.man
EXTRA_DIST += dround.manu
EXTRA_DIST += dseq.manu
EXTRA_DIST += dsort.man
EXTRA_DIST += dtest.man
EXTRA_DIST += dzone.man
endif !WITH_OLD_LINKS

EXTRA_DIST += $(man1_MANS)
EXTRA_DIST += $(dateutils_TEXINFOS)
Expand Down

0 comments on commit 1250bb9

Please sign in to comment.