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

Revision 1350, 276 bytes (checked in by jalet, 20 years ago)

Debian packaging files contributed by Peter Hawkins added to the project's
main tree.

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