File: Makefile.am

package info (click to toggle)
grcompiler 5.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 24,020 kB
  • sloc: cpp: 48,200; ansic: 7,670; sh: 4,427; makefile: 197; xml: 190; perl: 127; sed: 21
file content (14 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgdocdir = $(datadir)/doc/@PACKAGE@

dist_pkgdoc_DATA = CompilerDebugFiles.pdf GDL.pdf GraphiteOverview.pdf README.gdlpp

EXTRA_DIST = grcompiler.1.xml gdlpp.1.in CompilerDebugFiles.rtf GDL.rtf GraphiteOverview.rtf 

man_MANS = grcompiler.1 gdlpp.1
MOSTLYCLEANFILES = $(man_MANS)

grcompiler.1: $(srcdir)/grcompiler.1.xml
	$(DOCBOOK2MAN) $(srcdir)/grcompiler.1.xml

gdlpp.1: $(srcdir)/gdlpp.1.in
	cp $(srcdir)/gdlpp.1.in gdlpp.1