~mmach/netext73/sysvinit

« back to all changes in this revision

Viewing changes to .pc/set-po4a-keep.patch/man/Makefile

  • Committer: mmach
  • Date: 2023-11-26 16:47:13 UTC
  • Revision ID: netbit73@gmail.com-20231126164713-wzy9kmqvr8q6ydml
308

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
install: all
22
22
 
23
23
clean distclean:
24
 
        for man in $(MANPAGES) ; do \
25
 
           if [ -f "$$man.orig" ] ; then mv "$$man.orig" "$$man" ; fi \
26
 
        done
27
 
        for lang in $(LANGUAGES) ; do rm -rf "$$lang" "$$lang.po" ; done
28
 
 
 
24
ifdef PO4A
 
25
        po4a $(PO4A_OPTS) --rm-translations po/po4a.cfg
 
26
endif
 
27
        rm -f *.po sysvinit-man.pot