X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=e076c2a37eb46392b2e8c4fa8e89c6b92d2e482d;hb=2d7966bd04e3d56b9c9cc9651b029a8b6196458b;hp=8a4681f198a2955d2c1fc98d713ee89b0054c845;hpb=b8684b11cc5a573c333bb5ddee682b323005a91a;p=ctsim.git diff --git a/debian/rules b/debian/rules index 8a4681f..e076c2a 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,7 @@ export DH_COMPAT=3 pkg := ctsim prefix := debian/$(pkg) DESTDIR := `pwd`/$(prefix) +SHAREDOCDIR := $(DESTDIR)/usr/share/$(pkg) INSTALL := install INSTALLFLAGS := -g root -o root -m 0644 @@ -30,6 +31,7 @@ build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. $(MAKE) + (cd doc; $(MAKE) htmlhelp) touch build-stamp clean: @@ -38,7 +40,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. -$(MAKE) distclean - find . -type f -and -name "*~" -or -name ".*~" -exec rm -f {} \; + find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \; rm -f debian/ctsim.postinst.* debian/ctsim.prerm.* dh_clean @@ -51,6 +53,7 @@ install: build # Add here commands to install the package into debian/ctsim. # install ${INSTALLDIRFLAGS} ${MAKE} install + $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.htb) $(SHAREDOCDIR) # Build architecture-independent files here. binary-indep: build install