root / pykota / trunk / debian / Makefile.docs @ 2130

Revision 2130, 330 bytes (checked in by jalet, 19 years ago)

Missing pykota.pdf in Debian package

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1DESTDIR=
2
3all: build
4
5build: build-stamp
6build-stamp:
7        docbook2html pykota.sgml
8        docbook2pdf pykota.sgml
9        touch build-stamp
10
11install: build
12        mkdir -p $(DESTDIR)/usr/share/doc/pykota/html/
13        cp pykota.pdf $(DESTDIR)/usr/share/doc/pykota/
14        cp *.html $(DESTDIR)/usr/share/doc/pykota/html/
15
16clean:
17        rm -f pykota.pdf *.html build-stamp
Note: See TracBrowser for help on using the browser.