mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
* Copy pics/*.jpg instead of pics/*.
* Added a log file to .cvsignore.
This commit is contained in:
parent
edbe3d2bd9
commit
c73ec20c15
@ -1,2 +1,3 @@
|
||||
install-stamp
|
||||
build-stamp
|
||||
log
|
||||
|
4
Makefile
4
Makefile
@ -410,7 +410,7 @@ $(BDIR)/1/doc:
|
||||
| sed -e 's/%%.//g' > $$dir/README.html ; \
|
||||
rm -f $$dir/README.diskdefines ; \
|
||||
mkdir -p $$dir/pics ; \
|
||||
cp $(BASEDIR)/data/pics/* $$dir/pics/ ; \
|
||||
cp $(BASEDIR)/data/pics/*.jpg $$dir/pics/ ; \
|
||||
if [ -e $(MIRROR)/dists/$(CODENAME)/main/Release-Notes ]; then \
|
||||
cp $(MIRROR)/dists/$(CODENAME)/main/Release-Notes $$dir/; \
|
||||
fi; \
|
||||
@ -455,7 +455,7 @@ $(SDIR)/1/README.html:
|
||||
| sed -e 's/%%.//g' > $$dir/README.html ; \
|
||||
rm -f $$dir/README.diskdefines ; \
|
||||
mkdir -p $$dir/pics ; \
|
||||
cp $(BASEDIR)/data/pics/* $$dir/pics/ ; \
|
||||
cp $(BASEDIR)/data/pics/*.jpg $$dir/pics/ ; \
|
||||
done
|
||||
|
||||
# Add the install stuff on the first CD
|
||||
|
Loading…
Reference in New Issue
Block a user