#!/usr/bin/perl -w # # Create a file which describes dependencies. The file gets included by the # Makefile which creates TOC.lyx files # # Essentially, this file creates a TOCs target, which makes the # TOC.lyx for every possible language. Then it creates a target for # each language's xx_TOC.lyx, which depends on various files. # E.g., de_TOC.lyx depends on files like de_UserGuide.lyx. If non-English # files don't exist, TOC.lyx just uses the corresponding English file. use strict; print <