diff options
author | Bernhard Schmidt <berni@debian.org> | 2021-02-24 19:54:19 +0100 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2021-02-24 19:54:19 +0100 |
commit | d717dbfa8d0807202f5ad05f7db53925cf63a446 (patch) | |
tree | ff434c729e3d55979ee85983296c424e637a1124 /doc/Makefile.in | |
parent | 76fee93e6fe89e5575bae2840b585d2f025b9050 (diff) | |
parent | 4ee98f284a93c3b855092d35ac21371d9dcad65b (diff) |
Update upstream source from tag 'upstream/2.5.1'
Update to upstream version '2.5.1'
with Debian dir 7ffab8b9a1f4bee8b10a736ef58cdbac4bfd4b14
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index beabdc0..3d1c968 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -441,7 +441,7 @@ MAINTAINERCLEANFILES = \ SUBDIRS = doxygen dist_doc_DATA = \ - management-notes.txt + management-notes.txt gui-notes.txt dist_noinst_DATA = README.plugins interactive-service-notes.rst \ openvpn.8.rst man-sections/advanced-options.rst \ @@ -468,7 +468,7 @@ dist_noinst_DATA = README.plugins interactive-service-notes.rst \ @HAVE_PYDOCUTILS_TRUE@CLEANFILES = \ @HAVE_PYDOCUTILS_TRUE@ openvpn.8 openvpn.8.html -@HAVE_PYDOCUTILS_TRUE@@WIN32_FALSE@dist_man_MANS = openvpn.8 +@WIN32_FALSE@dist_man_MANS = openvpn.8 all: all-recursive .SUFFIXES: |