]> git.saurik.com Git - apt.git/blobdiff - Makefile
do not update po and pot files in the process of the build as this
[apt.git] / Makefile
index b35ad4a0d02dde2c4d4194d04a96e1e593f8e07c..aa8160ac0694d7515ec5fb06b9724b088b5c9927 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,16 +9,19 @@ endif
 .PHONY: default
 default: startup all
 
-.PHONY: headers library clean veryclean all binary program doc
-all headers library clean veryclean binary program doc dirs:
+.PHONY: headers library clean veryclean all binary program doc test update-po
+startup all headers library clean veryclean binary program doc dirs test update-po:
        $(MAKE) -C apt-pkg $@
        $(MAKE) -C apt-inst $@
        $(MAKE) -C methods $@
        $(MAKE) -C cmdline $@
        $(MAKE) -C ftparchive $@
        $(MAKE) -C dselect $@
-#      $(MAKE) -C doc $@
-#      $(MAKE) -C po $@
+       $(MAKE) -C doc $@
+       $(MAKE) -C po $@
+       $(MAKE) -C test $@
+
+update-po: startup
 
 # Some very common aliases
 .PHONY: maintainer-clean dist-clean distclean pristine sanity 
@@ -26,7 +29,7 @@ maintainer-clean dist-clean distclean pristine sanity: veryclean
 
 # The startup target builds the necessary configure scripts. It should
 # be used after a CVS checkout.
-CONVERTED=environment.mak include/config.h include/apti18n.h makefile
+CONVERTED=environment.mak include/config.h include/apti18n.h build/doc/Doxyfile makefile
 include buildlib/configure.mak
 $(BUILDDIR)/include/config.h: buildlib/config.h.in
 $(BUILDDIR)/include/apti18n.h: buildlib/apti18n.h.in