X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=c1b94c933e5cd21bfbb65f14cabef158a6476dfd;hb=395c0141748f4f310ac11852bb31ad450a1a4532;hp=892bb6d8c02d751bb2a3afcc5f20d6ab8e7a1880;hpb=51a0f3359c3e4a4a539749b4e397b584d13af79a;p=ctsim.git diff --git a/debian/rules b/debian/rules index 892bb6d..c1b94c9 100755 --- a/debian/rules +++ b/debian/rules @@ -18,11 +18,8 @@ prefix-doc := debian/$(pkg-doc) DESTDIR := `pwd`/$(prefix) HELPDIR := `pwd`/$(prefix-help)/usr/share/ctsim -DOCDIR := $(prefix-doc)/usr/share/doc/ctsim-doc - -INSTALL := install -INSTALLFLAGS := -g root -o root -m 0644 -INSTALLDIRFLAGS := -d -g root -o root -m 0755 +doc-dir := usr/share/doc/$(pkg-doc) +pixmap-dir := usr/X11R6/include/X11/pixmaps configure: configure-stamp configure-stamp: @@ -57,13 +54,14 @@ install: build dh_installdirs # Below command also installs helpfile, man pages ${MAKE} install - $(INSTALL) $(INSTALLFLAGS) debian/ctsim.xpm $(prefix)/usr/X11R6/include/X11/pixmaps - - $(INSTALL) $(INSTALLFLAGS) $(shell echo docs/html/*) $(DOCDIR)/html - ln -sf $(pkg)_contents.html $(DOCDIR)/html/index.html - - $(INSTALL) $(INSTALLFLAGS) docs/ctsim.pdf $(DOCDIR) - gzip -9 $(DOCDIR)/ctsim.pdf + dh_installdirs -p $(pkg) $(pixmap-dir) + dh_install -p $(pkg) debian/ctsim.xpm $(pixmap-dir) + + (cd docs; tar xzf html.tar.gz) + dh_install -p $(pkg-doc) docs/html $(doc-dir) + dh_link -p $(pkg-doc) $(doc-dir)/html/$(pkg)_contents.html $(doc-dir)/html/index.html + gzip -9 docs/ctsim.pdf + dh_install -p $(pkg-doc) docs/ctsim.pdf.gz $(doc-dir) # Build architecture-independent files here. binary-indep: build install