r1865: *** empty log message ***
[ctsim.git] / debian / rules
index 3b1475b04fc62b8b625b5443870d05f4a5419a37..e076c2a37eb46392b2e8c4fa8e89c6b92d2e482d 100755 (executable)
@@ -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