* Copy pics/*.jpg instead of pics/*.

* Added a log file to .cvsignore.
This commit is contained in:
Raphaël Hertzog 2000-05-19 14:07:01 +00:00
parent edbe3d2bd9
commit c73ec20c15
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
install-stamp
build-stamp
log

View File

@ -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