]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
make distclean: clean up i18n po catalog stuff
authorAidan Van Dyk <aidan@ifax.com>
Wed, 22 Apr 2009 17:24:54 +0000 (17:24 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Wed, 22 Apr 2009 17:24:54 +0000 (17:24 +0000)
Makefile.in
po/Makefile.in
rules.in

index fe8cc49d7ef70395f71c45dd38d31e0d0b074e03..a8320608b5433a7b202266b1a8acd59b7bbc1a53 100644 (file)
@@ -181,6 +181,11 @@ clobber::
        @for i in ${DIRS}; do \
            (${ECHO} "= "$$i; cd $$i; ${MAKE} clobber); \
        done
+       @if [ "@NLS@" = yes ]; then \
+           ${ECHO} "= "po; cd po; ${MAKE} clobber; \
+       else \
+           true; \
+       fi
        @if [ "@SGI2FAX@" = yes ]; then \
            ${ECHO} "= "sgi2fax; cd sgi2fax; ${MAKE} clobber; \
        else \
index d4af4027829b7d283247df1c6a7084ce4ef70989..7e2097cacc6f02c777336f3f6985cc6447523cfc 100644 (file)
@@ -14,6 +14,8 @@ LIBVERSION    = @VERSION@
 
 TARGETS=all-mo
 
+LDIRT  = version.po libhylafax/*.{po,mo} hylafax-client/*.{po,mo} hylafax-server/*.{po,mo}
+
 default all::
        @${MAKE} targets
 
@@ -32,5 +34,4 @@ installClient: install-mo
 
 install: install-mo
 
-
 @MAKEINCLUDE@ @MAKELQUOTE@${SRCDIR}/nls.mk@MAKERQUOTE@
index 05b502300492cd0e0f3b818da9c6c4576c1f848e..ac71ff2e7e06009e2f7e35721bb1c31f093fc9e0 100644 (file)
--- a/rules.in
+++ b/rules.in
@@ -83,7 +83,7 @@ CLEANOBJECTS= *.[ou]
 # What gets cleaned, apart from objects.
 #
 DIRT= ${GDIRT} ${VDIRT} ${LDIRT}
-GDIRT= a.out core ${_FORCE}
+GDIRT= a.out core messages.po ${_FORCE}
 
 #
 # An always-unsatisfied target.