File: Imakefile

package info (click to toggle)
siag 3.0.6-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,652 kB
  • ctags: 6,202
  • sloc: ansic: 40,351; lisp: 3,435; sh: 143; makefile: 112
file content (14 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#include "../../topdir.mk"

FILES = COPYING.LIB Copyright \
	credits.html embedding.html form.html interpreters.html \
	office.html plugins.html search.html siaghelp siaghelp.html

install::
	@echo "Installing common documentation"
	$(MKDIRHIER) $(DESTDIR)$(SIAG_DOCS)/common/docs
	$(CP) $(FILES) $(DESTDIR)$(SIAG_DOCS)/common/docs

clean::
	$(RM) Makefile