summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-19 15:46:14 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-19 15:46:14 +0200
commit352a3d00984634f65dd7a929c3254fd160fd931a (patch)
treea041c2d2f23783dc24cc531ad95841f7a94d9563
parentab04fa68f216974b277c708ab0788ef8798f879f (diff)
* Makefile:
- re-comment the building of the manual stuff
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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