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 PSFILES=gstreamer-manual.ps
htmldocs: gstreamer-manual/gstreamer.html htmldocs: gstreamer-manual/gstreamer.html gstreamer-manual/images
ln -s ../images gstreamer-manual || true
gstreamer-manual/images:
ln -s ../images gstreamer-manual
htmldist: htmldist:
@if [ -r gstreamer-manual/gstreamer.html ] ; then \ @if [ -r gstreamer-manual/gstreamer.html ] ; then \
echo "Adding HTML manual to distribution" ; \ echo "Adding HTML manual to distribution" ; \