mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-27 21:39:37 +00:00
It may make sense to move kiwix-compile-resources.1 into the main source and have meson manage it in the future.
6 lines
98 B
Makefile
Executable File
6 lines
98 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@ --buildsystem=meson
|