debian/rules.real: Remove EXTRAVERSION for linux-doc build as we need

them without.

svn path=/dists/trunk/linux-2.6/; revision=4567
This commit is contained in:
Bastian Blank 2005-10-20 16:51:52 +00:00
parent 4e93c698e9
commit 93549bb4ea
1 changed files with 2 additions and 0 deletions

2
debian/rules.real vendored
View File

@ -213,6 +213,8 @@ install-doc: $(STAMPS_DIR)/source
cp debian/copyright $(DIR)/debian
cp debian/control $(DIR)/debian/control
touch $(DIR)/debian/official
rm $(DIR)/Makefile
sed -e 's,^EXTRAVERSION.*$$,EXTRAVERSION =,' < $(SOURCE_DIR)/Makefile > $(DIR)/Makefile
cd $(DIR) && $(setup_env) make-kpkg --stem linux kernel-manual
cat $(DIR)/debian/files >> debian/files
@for i in $$(awk '{ print $$1; }' $(DIR)/debian/files); do echo mv $(BUILD_DIR)/$$i ..; mv $(BUILD_DIR)/$$i ..; done