'make' (or 'make all', if one is interested in the apidoc) should now
do everything needed to run from a git checkout. At the same time,
it no longer rebuilds all translations (xgettext run etc.). This
can be done with 'make translations'.
In a make-file the =-assignment is replaced textually each time it is
referenced, which leads to the shell fragments to be executed each time.
Use the :=-assignment instead, which computes the value only once.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
Instead of repeating the file names, use the automatic variables for the
target and the first source file.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
Producing tarballs now which can be build by rpmbuild -ta davical.tar.gz
This does not just support releases, but works as well for snapshots.
adding a template for the apache configuration.
Build the pdf from the rst file on make. Delete this in the clean section.
Not adding PDF to the repo as it can be recreated, but the same is true for the phpdoc stuff ...
So far we have used extract.pl which originated in Horde to generate the
PO files. This process took a long time to run.
But xgettext is able to handle PHP by itself.
In the source translate() and i18n() are used instead of _() therefore
we have to pass a keyword parameter.
From now on Translators: is the keyword to provide content to the
translators on Transifex.
Conflicts:
scripts/po/extract.pl