X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=679610ac4dc2dd75ea5a9ede36e6a1d69ee71f70;hb=c097466625a9d08045acb491c9560abde50766e2;hp=0cc923211f7dcd3e9f7496039c85a7203e27c137;hpb=742e02bb6d9b6eef1206a450f18a04b7652942d9;p=uffi.git diff --git a/debian/rules b/debian/rules index 0cc9232..679610a 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,6 @@ build-stamp: configure-stamp # Add here commands to compile the package. $(MAKE) doc - #/usr/bin/docbook-to-man debian/uffi.sgml > uffi.1 touch build-stamp @@ -61,11 +60,11 @@ install: build $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl *.system) $(REPOSITORYDIR) $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(REPOSITORYDIR)/mcl $(INSTALL) $(INSTALLFLAGS) doc/html/* $(DOCDIR)/html - cp doc/uffi.ps doc/cl-uffi.ps - rm -f doc/cl-uffi.ps.gz - gzip doc/cl-uffi.ps - $(INSTALL) $(INSTALLFLAGS) doc/cl-uffi.ps.gz $(DOCDIR) - rm -f doc/cl-uffi.ps.gz + cp doc/uffi.pdf doc/cl-uffi.pdf + rm -f doc/cl-uffi.pdf.gz + gzip doc/cl-uffi.pdf + $(INSTALL) $(INSTALLFLAGS) doc/cl-uffi.pdf.gz $(DOCDIR) + rm -f doc/cl-uffi.pdf.gz # Build architecture-independent files here. binary-indep: build install