Am 13-02-2014 17:01, schrieb Adam King:
Can this list be generated or rule matched? There will be more
coming,
then multiplies as we get translations for the DITA in.
I agree. I tried to do it
like that at first but I couldn't make it. The
"wildcard" function (to parse all *.dita files, and then guess the
future *.html file names) runs fine in the Git working directory, but as
only the HTML files are moved to the install location, prior to the
RPM/DEB generation, the same "wildcard" function is executed again and
cannot find the .dita files, and consequently cannot guess the HTML file
names and cannot add them to the RPM/DEB package. I need to think of
something that works both in "build time" and in "install time".
I noticed that most of the Makefiles contain a list of file names
(instead of being automatically generated) so I thought this wouldn't be
a problem - even though I didn't like to do it this way. I hate
Makefile/auto{conf,make,tools}... :(
I'll send another patch soon with this change.