Minor neaten to makefile.

Original commit message from CVS:
Minor neaten to makefile.
This commit is contained in:
Richard Boulton 2000-12-30 02:25:05 +00:00
parent 1ad129fd31
commit be6f808666

View file

@ -42,8 +42,11 @@ PDFFILES=gstreamer-manual.pdf
PSFILES=gstreamer-manual.ps
htmldocs: gstreamer-manual/gstreamer.html
ln -s ../images gstreamer-manual || true
htmldocs: gstreamer-manual/gstreamer.html gstreamer-manual/images
gstreamer-manual/images:
ln -s ../images gstreamer-manual
htmldist:
@if [ -r gstreamer-manual/gstreamer.html ] ; then \
echo "Adding HTML manual to distribution" ; \