Changeset 2130 for pykota/trunk/debian

Show
Ignore:
Timestamp:
03/05/05 20:42:58 (19 years ago)
Author:
jalet
Message:

Missing pykota.pdf in Debian package

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/debian/Makefile.docs

    r1592 r2130  
    66build-stamp: 
    77        docbook2html pykota.sgml 
     8        docbook2pdf pykota.sgml 
    89        touch build-stamp 
    910 
    1011install: build 
    1112        mkdir -p $(DESTDIR)/usr/share/doc/pykota/html/ 
     13        cp pykota.pdf $(DESTDIR)/usr/share/doc/pykota/ 
    1214        cp *.html $(DESTDIR)/usr/share/doc/pykota/html/ 
    1315 
    1416clean: 
    15         rm -f *.html build-stamp 
     17        rm -f pykota.pdf *.html build-stamp