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

Revision 2139, 330 bytes (checked in by jerome, 19 years ago)

Added the Log keyword property

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision Log
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.