Compare commits

..

No commits in common. "b1df8ef3058b7af2b261674534d957e2c1c2c1d6" and "b3f6d6f938e3d0c79b12255619a527fb179bcdaa" have entirely different histories.

3 changed files with 5 additions and 8 deletions

View file

@ -5,7 +5,7 @@
% Define an ICC profile :
-/ICCProfile (srgb.icc) % Customise
+/ICCProfile (/usr/local/share/autodoc/sRGB.icc) % Customise
+/ICCProfile (/usr/local/share/autodoc/compatibleWithAdobeRGB1998.icc) % Customise
def
[/_objdef {icc_PDFA} /type /stream /OBJ pdfmark

View file

@ -26,7 +26,7 @@ pdftools_mkpdfa = gs \
-dPDFACompatibilityPolicy=1 \
--permit-file-read=/usr/local/share/autodoc/ \
-sOutputFile=$(3) \
/usr/local/share/autodoc/PDFA_def.ps \
/opt/pdfa/PDFA_def.ps \
$(2)
############
@ -35,12 +35,12 @@ pdftools_mkpdfa = gs \
# convert PDF to PDF/A-2B
%_pdfa2.pdf: %.pdf
$(call pdftools_mkpdfa,2,$<,$@)
$(call convert_pdfa,2,$<,$@)
# convert PDF to PDF/A-3B
%_pdfa3.pdf: %.pdf
$(call pdftools_mkpdfa,3,$<,$@)
$(call convert_pdfa,3,$<,$@)
# convert PDF to PDF/A (default variant 3B)
%_pdfa.pdf: %.pdf
$(call pdftools_mkpdfa,3,$<,$@)
$(call convert_pdfa,3,$<,$@)

BIN
src/usr/local/share/autodoc/sRGB.icc (Stored with Git LFS)

Binary file not shown.