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

Revision 1592, 246 bytes (checked in by jalet, 20 years ago)

Integrated most of the Debian packaging work made by Sergio Gonz�lez Gonz�lez

  • 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        touch build-stamp
9
10install: build
11        mkdir -p $(DESTDIR)/usr/share/doc/pykota/html/
12        cp *.html $(DESTDIR)/usr/share/doc/pykota/html/
13
14clean:
15        rm -f *.html build-stamp
Note: See TracBrowser for help on using the browser.