diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-04-15 11:27:58 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-04-15 11:27:58 +0000 |
commit | ac5b205a831168ee76e8760e19eb7d43aa361851 (patch) | |
tree | ffdd7a31b57c952ffd16db4fe10dce5ed6bb36d9 /Makefile | |
parent | 5c2d9c95d85122aca1fe18356097380dc8ded879 (diff) |
* first rewrite of the apt pdiff support patch finished
Diffstat (limited to 'Makefile')
-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 |