sdext: deliver that weird pdf file to INSTDIR

Change-Id: I3d5daf2ab957eb98c80e936406721a7eb627c436
This commit is contained in:
Michael Stahl 2013-10-24 15:24:03 +02:00
parent c801ab3676
commit 3f8ded9c5c

View file

@ -9,6 +9,8 @@
$(eval $(call gb_Package_Package,sdext_pdfimport_pdf,$(SRCDIR)/sdext))
$(eval $(call gb_Package_add_file,sdext_pdfimport_pdf,bin/xpdfimport_err.pdf,source/pdfimport/dialogs/xpdfimport_err.pdf))
$(eval $(call gb_Package_set_outdir,sdext_pdfimport_pdf,$(INSTROOT)))
$(eval $(call gb_Package_add_file,sdext_pdfimport_pdf,share/xpdfimport/xpdfimport_err.pdf,source/pdfimport/dialogs/xpdfimport_err.pdf))
# vim: set noet sw=4 ts=4: