Initial release of Maemo 5 port of gnuplot
[gnuplot] / man / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
2 AUTOMAKE_OPTIONS = foreign 1.2h
3
4 man_MANS = gnuplot.1
5
6 EXTRA_DIST = $(man_MANS) lasergnu.1
7
8 # Only install the man page if enabled by configure --with-lasergnu
9 install-data-hook: @LASERGNU@
10
11 uninstall-local:
12         @$(NORMAL_UNINSTALL)
13         rm -f $(DESTDIR)$(man1dir)/lasergnu.1
14
15 lasergnu-install:
16         $(INSTALL_DATA) $(srcdir)/lasergnu.1 $(DESTDIR)$(man1dir)
17
18 lasergnu-noinstall:
19