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

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

It seems that $Log$ is not implemented or doesn't work for some reason

  • 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.