]> git.saurik.com Git - apt.git/blobdiff - doc/makefile
do not update po and pot files in the process of the build as this
[apt.git] / doc / makefile
index 4fcf3bd10a822afcb5c4e811f01d6e5fd20df032..fca0bfa0d38c25ceefaf1ab8af9ebc15d3d1b417 100644 (file)
@@ -67,26 +67,21 @@ veryclean-subdirs:
                rm -rf $$dir; \
        done
 
+.PHONY: update-po po4a stats
+
 ifdef PO4A
 doc: po4a
 
-clean: po4a-clean
-
-.PHONY: update-po po4a stats
 update-po:
        po4a --previous --no-backups --force --no-translations po4a.conf
 
-po4a-clean:
-       po4a --previous --rm-backups --rm-translations po4a.conf
-
 po4a:
        po4a --previous --no-backups po4a.conf
+endif
 
 stats:
        for i in po/*.po; do echo -n "$$i: "; msgfmt --statistics $$i; done
 
-endif
-
 ifdef DOXYGEN
 DOXYGEN_SOURCES = $(shell find $(BASE)/apt-pkg -not -name .\\\#* -and \( -name \*.cc -or -name \*.h \) )