1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/debian/rules
2018-09-30 17:26:10 -06:00

19 lines
440 B
Makefile
Executable file

#!/usr/bin/make -f
#export DH_VERBOSE = 1
%:
dh $@
#make clean cleans everything except the doc directory for some reason
override_dh_auto_clean:
$(MAKE) clean
$(MAKE) clean.doc
#make World needs to be called, not just make
override_dh_auto_build:
$(MAKE) World
#make install is broken, so we use the install script instead
override_dh_auto_install:
sudo ./admin/IntegTools/dbTools/installCDE -s . -destDir \
./debian/cde-desktop