1CLEANFILES = *~
2EXTRA_DIST = $(man_MANS)
3
4mandir = @mandir@/es
5
6man_MANS = wbar.1
7
8if WBAR_CONFIG
9 man_MANS += wbar-config.1
10endif
11
12