diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-04 13:21:33 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-04 14:42:07 +0000 |
commit | 0fd330ec4db4c75e08976a72f1c846b1bcf68594 (patch) | |
tree | d76ba54bf5f5a809aa91a40eea38aff01c631c5c /Makefile.in | |
parent | 06da9114c91bdd90e196a5086e99c13ee905fb01 (diff) |
gbuild: add Package equiv. for copying whole dirs
This is in preparation for using doxygen to generate IDL docs. Because
the file names generated by doxygen are essentially random, it is not
possible to use a Package to deliver them. And we really do not want to
go back to using Zip, as unpacking slows the installation down.
Change-Id: I5f4aa6bf10c6aab30a5b1870e04dca723c123317
Reviewed-on: https://gerrit.libreoffice.org/3774
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 892a369bdae5..74b53aa521a1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -108,6 +108,7 @@ gbuild_TARGETS := AllLangHelp \ Extension \ ExternalPackage \ ExternalProject \ + GeneratedPackage \ InstallModule \ InstallScript \ InternalUnoApi \ |