1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
|
3 man_MANS=gftp.1
|
|
4 SUBDIRS=sample.gftp
|
306
|
5 EXTRA_DIST=USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl \
|
|
6 gftp-faq.sgml
|
1
|
7
|
534
|
8 Utilitiesdir = $(datadir)/applications
|
1
|
9 Utilities_DATA = gftp.desktop
|
|
10
|
|
11 Iconsdir = $(datadir)/pixmaps
|
|
12 Icons_DATA = gftp.png
|
307
|
13
|
869
|
14 html:
|
886
|
15 if test -w $(srcdir); then \
|
|
16 (cd $(srcdir); \
|
|
17 db2html -u gftp-faq.sgml); \
|
|
18 fi
|
307
|
19
|
|
20 pdf:
|
886
|
21 if test -w $(srcdir); then \
|
|
22 (cd $(srcdir); db2pdf gftp-faq.sgml); \
|
|
23 fi
|
307
|
24
|
310
|
25 clean:
|
|
26 rm -rf gftp-faq gftp-faq.junk gftp-faq.pdf
|
|
27
|
307
|
28 dist-hook: html
|
886
|
29 cp $(srcdir)/gftp-faq/gftp-faq.html $(distdir)/../README.html
|
|
30 html2text -nobs -o $(distdir)/../README -style pretty $(srcdir)/gftp-faq/gftp-faq.html
|