X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=b4c500d738dd4655ca1b666e9bf772332bc0d17f;hb=43abe0deafa57e335f2d08304b84cdf91542db5f;hp=fb7972cf9a4ee3f4497dd6c4e160f9cf607b48e6;hpb=7dd9d98d678ebbb1b15e7b6e8018d720cdd27950;p=ctsim.git diff --git a/debian/rules b/debian/rules index fb7972c..b4c500d 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - $(MAKE) + $(MAKE) all touch build-stamp clean: @@ -53,6 +53,8 @@ install: build ${MAKE} install $(INSTALL) $(INSTALLFLAGS) $(shell echo doc/html/*) $(SHAREDOCDIR)/html ln -sf $(pkg)_contents.html $(SHAREDOCDIR)/html/index.html + $(INSTALL) $(INSTALLFLAGS) doc/ctsim.pdf $(SHAREDOCDIR) + GZIP=-9 gzip $(SHAREDOCDIR)/ctsim.pdf # Build architecture-independent files here. binary-indep: build install