forked from Ocean/datum_gateway
10 lines
153 B
Makefile
Executable File
10 lines
153 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- \
|
|
-DCMAKE_INSTALL_DOCDIR=share/doc/datum-gateway
|