From: Michael Vogt Date: Tue, 19 Sep 2006 13:46:14 +0000 (+0200) Subject: * Makefile: X-Git-Tag: 0.7.24ubuntu1~229^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/352a3d00984634f65dd7a929c3254fd160fd931a * Makefile: - re-comment the building of the manual stuff --- diff --git a/Makefile b/Makefile index b35ad4a0d..72cac61b5 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ all headers library clean veryclean binary program doc dirs: $(MAKE) -C cmdline $@ $(MAKE) -C ftparchive $@ $(MAKE) -C dselect $@ -# $(MAKE) -C doc $@ -# $(MAKE) -C po $@ + $(MAKE) -C doc $@ + $(MAKE) -C po $@ # Some very common aliases .PHONY: maintainer-clean dist-clean distclean pristine sanity