mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
11 lines
122 B
Makefile
11 lines
122 B
Makefile
#!/usr/bin/make -f
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DENABLE_SVG=ON
|
|
|
|
override_dh_auto_test:
|
|
|
|
|