X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=e076c2a37eb46392b2e8c4fa8e89c6b92d2e482d;hb=2d7966bd04e3d56b9c9cc9651b029a8b6196458b;hp=3b1475b04fc62b8b625b5443870d05f4a5419a37;hpb=dc5eb7b285e647a99535740a99d73d468a856ba3;p=ctsim.git diff --git a/debian/rules b/debian/rules index 3b1475b..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: @@ -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