summaryrefslogtreecommitdiff
path: root/doc/texidep.pl
Commit message (Collapse)AuthorAge
* doc: add script to compute texi files dependenciesStefano Sabatini2013-12-06
| | | | | | | | | | | | | | | | Replace the inline awk script with a Perl script which tracks the dependencies recursively. This allows to correctly track dependencies for files including files with a second level include (for example: ffmpeg-devices.texi -> devices.texi -> outdevs.texi). This also adds a dependency on perl for computing the dependencies, which should not be a problem since perl is already required all the way for building documentation. This is a variant of commit 628ceac6526724d35cb390cc1f88344f4ea22eb4 which was reverted due to out-of-tree build failure.
* Revert "doc: add script to compute texi files dependencies"Michael Niedermayer2013-07-03
| | | | | | This reverts commit 628ceac6526724d35cb390cc1f88344f4ea22eb4. The commit broke out of tree builds
* doc: add script to compute texi files dependenciesStefano Sabatini2013-07-03
Replace the inline awk script with a Perl script which tracks the dependencies recursively. This allows to correctly track dependencies for files including files with a second level include (for example: ffmpeg-devices.texi -> devices.texi -> outdevs.texi). This also adds a dependency on perl for computing the dependencies, which should not be a problem since perl is already required all the way for building documentation.