Imported Upstream version 3.0.4
[debian/gnuradio] / gnuradio-core / doc / Makefile.am
1 #
2 # Copyright 2001,2005 Free Software Foundation, Inc.
3
4 # This file is part of GNU Radio
5
6 # GNU Radio is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3, or (at your option)
9 # any later version.
10
11 # GNU Radio is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with GNU Radio; see the file COPYING.  If not, write to
18 # the Free Software Foundation, Inc., 51 Franklin Street,
19 # Boston, MA 02110-1301, USA.
20
21
22 include $(top_srcdir)/Makefile.common
23
24 SUBDIRS = other xml
25
26 man3dir = $(mandir)/man3
27 docdir  = $(prefix)/share/doc/@PACKAGE@-@VERSION@
28
29 EXTRA_DIST = 
30
31 all-local: prep @generate_docs@
32 doc: docs            # alias
33
34 docs: prep html/index.html
35 html/index.html:
36         @DOXYGEN@
37
38 prep:
39         mkdir -p html
40
41 #install-data-local:
42 #       $(mkinstalldirs) $(DESTDIR)$(man3dir)
43 #       @for i in ./man/man3/*.3; do \
44 #               inst=`basename $$i | sed 's/_/:/g'`; \
45 #               echo "$(INSTALL_DATA) $$i $(DESTDIR)$(man3dir)/$$inst"; \
46 #               $(INSTALL_DATA) $$i $(DESTDIR)$(man3dir)/$$inst; \
47 #       done
48 #       $(mkinstalldirs) $(DESTDIR)$(docdir)
49 ##      @for i in ../README ../ChangeLog @PACKAGE@.ps @PACKAGE@.pdf; do \
50 ##              echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)"; \
51 ##              $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \
52 ##      done
53 #       cp -r html $(docdir)
54
55 install-data-local:
56         $(mkinstalldirs) $(DESTDIR)$(docdir)
57         @for i in $(top_srcdir)/README $(top_srcdir)/README.hacking; do \
58                 echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)"; \
59                 $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \
60         done
61         cp -r html $(DESTDIR)$(docdir)
62
63 uninstall-local:
64         @for i in README README.hacking; do \
65                 echo "$(RM) $(DESTDIR)$(docdir)/$$i;"; \
66                 $(RM) $(DESTDIR)$(docdir)/$$i; \
67         done
68         $(RM) -fr $(DESTDIR)$(docdir)/html
69
70 clean-local:
71         $(RM) -fr latex html man