Skip to content

Commit

Permalink
Makefile: use po directory only if gettext is available
Browse files Browse the repository at this point in the history
Do not try to use i18n & l10n if gettext is not available.
  • Loading branch information
LudovicRousseau committed Sep 30, 2023
1 parent 4867002 commit a4725e2
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
@@ -1,4 +1,6 @@
if WITH_GETTEXT
SUBDIRS = po
endif

PERL_BINS = ATR_analysis.in scriptor gscriptor
PERL_MANPAGES = ATR_analysis.1p.in scriptor.1p gscriptor.1p
Expand Down

0 comments on commit a4725e2

Please sign in to comment.