make.sh: Don't generate any documentation in the source directory

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-05 15:42:05 +00:00
parent 6a7053fd82
commit 6b4cb7d793
3 changed files with 0 additions and 30 deletions

View File

@@ -170,10 +170,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
sed 's/VERSION/$(VERSION)/' $(DIR_SRC)/config/cdrom/README.txt > $(DIR_TMP)/cdrom/README.txt
cp $(DIR_SRC)/doc/COPYING $(DIR_TMP)/cdrom/
# Install documentation
-mkdir -pv $(DIR_TMP)/cdrom/doc
cp $(DIR_SRC)/doc/{ChangeLog,packages-list.txt} $(DIR_TMP)/cdrom/doc
mkdir -p $(DIR_TMP)/cdrom/boot/isolinux
cp /boot/vmlinuz-$(KVER)-ipfire $(DIR_TMP)/cdrom/boot/isolinux/vmlinuz