diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-19 15:46:14 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-19 15:46:14 +0200 |
commit | 352a3d00984634f65dd7a929c3254fd160fd931a (patch) | |
tree | a041c2d2f23783dc24cc531ad95841f7a94d9563 | |
parent | ab04fa68f216974b277c708ab0788ef8798f879f (diff) |
* Makefile:
- re-comment the building of the manual stuff
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |