8 lines
339 B
Makefile
8 lines
339 B
Makefile
export:
|
|
pandoc 'תקנון מצוי עם שינויים.docx' -o takanon_with_changes_pandoc_export.md
|
|
pandoc 'תקנון מצוי עם שינויים.docx' -o takanon_with_changes_pandoc_export.html
|
|
|
|
pdf:
|
|
pandoc 'תקנון מצוי עם שינויים.docx' --pdf-engine=weasyprint -o takanon_with_changes_pandoc_export.pdf
|
|
|