mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 02:06:05 -04: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
|