#
-# $Id$
-#
@MCOMMON@
srcdir = @srcdir@
en: all
-all: templates external-references
+all: templates external-references
@echo " "
@echo "Generating PDF manuals..."
@for I in ${en_dirs}; \
done
@for I in ${en_dirs}; \
do (cd $$I; echo "==>Entering directory `pwd`"; \
- $(MAKE) web || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \
+ $(MAKE) web || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \
echo ""; echo ""; exit 1;)); \
done
@echo " "
@echo "Creating Web documentation..."
@(cd $(toolsdir) ; $(TRANSLATE))
+ @echo "Remove links ..."
+ find . -type l -exec rm {} \;
@echo "All manuals built ..."
templates: