]> git.proxmox.com Git - mirror_frr.git/blob - doc/manpages/Makefile.am
009c7238231337a4edf5d59e1afab19fd1970c81
[mirror_frr.git] / doc / manpages / Makefile.am
1 # This is necessary to support VPATH builds.
2 srcdir = @srcdir@
3 VPATH = @srcdir@
4
5 # This variable is used as the documentation source location in frr-sphinx.mk
6 SOURCESDIR = @srcdir@
7
8 include @srcdir@/../frr-sphinx.mk
9
10 # -----------------------------------------------------------------------------
11 # Automake requires that 3rd-party Makefiles recognize these targets.
12 # -----------------------------------------------------------------------------
13 # install
14 # install-data
15 # install-exec
16 # uninstall
17 # install-dvi
18 # install-html
19 # install-info
20 # install-ps
21 # install-pdf
22 # installdirs
23 # check
24 # installcheck
25 # mostlyclean
26 # clean
27 # distclean
28 # maintainer-clean
29 # dvi
30 # pdf
31 # ps
32 # info
33 # html
34 # tags
35 # ctags
36
37 # These targets are automatically generated by Sphinx but conflict with
38 # implicitly defined Automake rules, so we manually override them to nothing.
39 # The other option is deleting the Sphinx-generated rules, which suppresses the
40 # warning but kinda screws up the symmetry between Makefiles.
41 info: ;
42 html: ;
43
44 all: man
45
46 install-data: man
47
48 install: install-data