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
RevLine 
[1350]1DESTDIR=
2
3all: build
4
5build: build-stamp
6build-stamp:
[1592]7        docbook2html pykota.sgml
[2130]8        docbook2pdf pykota.sgml
[1592]9        touch build-stamp
[1350]10
11install: build
[1592]12        mkdir -p $(DESTDIR)/usr/share/doc/pykota/html/
[2130]13        cp pykota.pdf $(DESTDIR)/usr/share/doc/pykota/
[1592]14        cp *.html $(DESTDIR)/usr/share/doc/pykota/html/
[1350]15
16clean:
[2130]17        rm -f pykota.pdf *.html build-stamp
Note: See TracBrowser for help on using the browser.