Remove the postproc hook from the install-doc

image, it does not belong in there.

svn path=/dists/exp/linux-2.6/; revision=5865
This commit is contained in:
Jurij Smakov 2006-02-13 05:36:40 +00:00
parent 807ada8cf5
commit b2d7246d8b
1 changed files with 0 additions and 3 deletions

3
debian/rules.real vendored
View File

@ -162,9 +162,6 @@ install-doc: $(STAMPS_DIR)/source
cd '$(DIR)' && $(setup_env) make-kpkg --stem linux \
--config defconfig kernel-manual
cat '$(DIR)/debian/files' >> debian/files
ifdef IMAGE_POSTPROC
cd '$(DIR)'; $(IMAGE_POSTPROC)
endif
@for i in $$(awk '{ print $$1; }' '$(DIR)/debian/files'); do \
echo "mv \"$(BUILD_DIR)/$$i\" .."; \
mv "$(BUILD_DIR)/$$i" ..; \