File: makefile.am

package info (click to toggle)
robodoc 4.99.34-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,468 kB
  • ctags: 1,009
  • sloc: ansic: 14,040; sh: 3,635; makefile: 163; perl: 155
file content (25 lines) | stat: -rw-r--r-- 420 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.rc
else
doc_DATA = manual.html manual.css robodoc.rc
endif

#
# End of automake
#