File: makefile.am

package info (click to toggle)
robodoc 4.99.40-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,560 kB
  • ctags: 978
  • sloc: ansic: 14,067; sh: 3,711; perl: 155; makefile: 108
file content (25 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Process this file with automake to produce Makefile.in

man_MANS = robodoc.1 robohdrs.1

if FINK
man1_MANS = robodoc.1 robohdrs.1
else
man1_MANS = robodoc.1 robohdrs.1
endif

#if FINK
#docdir = $(prefix)/share/doc/$(PACKAGE)
#else
#docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
#endif

if FINK
doc_DATA = manual.html manual.css robodoc_example.rc
else
doc_DATA = manual.html manual.css robodoc_example.rc
endif

#
# End of automake
#