X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=d6aa11bfe10d53d3e88f1c70a951bca351d5761e;hb=e0f8bc541bf77c162780ea88785c6c4048f4bb5b;hp=f91dab99b7247c443ddc8f9a13dc054b366e5fd6;hpb=f212998e69e8b67604a1f96faaf1ecacf693c5c3;p=lml.git diff --git a/debian/rules b/debian/rules index f91dab9..d6aa11b 100755 --- a/debian/rules +++ b/debian/rules @@ -51,14 +51,7 @@ install: build # Add here commands to install the package into debian/lml. dh_install lml.system lml.asd $(clc-systems) dh_install $(shell echo *.cl) $(clc-lml) - - rm -rf doc/html - (cd doc; tar xzf html.tar.gz; cd ..) - dh_install doc/html $(doc-dir) - rm -rf doc/html - cp doc/lml.pdf doc/cl-lml.pdf - gzip -9 doc/cl-lml.pdf - dh_install doc/cl-lml.pdf.gz $(doc-dir) + dh_install docs/* $(doc-dir) # Build architecture-independent files here. binary-indep: build install