diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2002-12-30 Junichi Uekawa <dancer@debian.org> + * Makefile: install pbuildd files as well. + * pbuildd/buildd.sh: modified for pbuilder. * pbuildd/buildd-config.sh (HOOKDIR): modified for pbuilder. @@ -37,5 +37,5 @@ install: $(INSTALL_EXECUTABLE) examples/B91dpkg-i $(DESTDIR)/usr/share/doc/pbuilder/examples $(INSTALL_EXECUTABLE) examples/C10shell $(DESTDIR)/usr/share/doc/pbuilder/examples $(INSTALL_EXECUTABLE) examples/D10tmp $(DESTDIR)/usr/share/doc/pbuilder/examples - + cd pbuildd; make install DESTDIR=$(DESTDIR) |