summaryrefslogtreecommitdiffstats
path: root/sdext/Package_pdfimport_xpdfimport.mk
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-281-2/+0
| | | | Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
* extras: don't hardcode shareMichael Stahl2013-10-281-1/+1
| | | | Change-Id: I78b08f653407c5889e0f24ef6d38e9f9d1817df9
* sdext: deliver that weird pdf file to INSTDIRMichael Stahl2013-10-241-1/+3
| | | | Change-Id: I3d5daf2ab957eb98c80e936406721a7eb627c436
* fix copypastaDavid Tardon2013-03-031-2/+2
| | | | Change-Id: Id27da44a5645f584922951391bf61ed6368e70b6
* Turn PDF import from bundled extension to plain codeStephan Bergmann2012-11-241-0/+14
No need for dirty hacks linking in basegfx objects statically any more. To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant UNO implementation identifiers from com.sun.star.comp.documents.* to org.libreoffice.comp.documents.*. Also, existing installations of the extension are explicitly not migrated to new user profiles. The xpdfimport executable is now in program/, its xpdfimport_err.pdf in share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full pathname is now given as additional second argument to xpdfimport. To find xpdfimport executable from CppunitTest, CppunitTest creates a symlink from solver's unittest/installation/program to solver's bin, so that "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets BRAND_BASE_DIR to solver's unittest/installation). The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even though it was included in the .oxt) and has been removed. The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport. Having it still conditional requires some pdf_Portable_Document_Format vs. pdf_Portable_Document_Format_import foo in module filter. Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523