Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3152721
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/libnozzle/man/Makefile.am b/libnozzle/man/Makefile.am
index 49381eef..b41863ab 100644
--- a/libnozzle/man/Makefile.am
+++ b/libnozzle/man/Makefile.am
@@ -1,27 +1,26 @@
#
# Copyright (C) 2017 Red Hat, Inc. All rights reserved.
#
# Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
#
MAINTAINERCLEANFILES = Makefile.in
include $(top_srcdir)/build-aux/check.mk
dist_man_MANS =
-update-man-pages: doxyfile.stamp
+$(MANS): doxyfile.stamp
-doxyfile.stamp: Doxyfile
-if MANPAGEUPDATES
+$(top_builddir)/build-aux/doxyxml: $(top_srcdir)/build-aux/doxyxml.c
+ $(MAKE) -C $(top_builddir)/build-aux doxyxml
+
+doxyfile.stamp: Doxyfile $(top_srcdir)/libnozzle/libnozzle.h $(top_builddir)/build-aux/doxyxml $(top_srcdir)/build-aux/doxyxml.c
$(DOXYGEN) Doxyfile
- $(DOXY2MAN) -o $(abs_srcdir) -s 3 --short-pkg @PACKAGE_NAME@ --pkg "Kronosnet Programmer's Manual" $(builddir)/xml/libnozzle_8h.xml
-else
- @echo this system does not have doxy2man or doxygen installed. Unable to update man pages automatically.
-endif
+ $(top_builddir)/build-aux/doxyxml -m -P -o $(builddir) -s 3 -p @PACKAGE_NAME@ -H "Kronosnet Programmer's Manual" -d $(builddir)/xml/ libnozzle_8h.xml
touch doxyfile.stamp
clean-local:
- rm -rf doxyfile.stamp xml
+ rm -rf doxyfile.stamp xml *.3
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Feb 25, 2:43 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1464617
Default Alt Text
(1 KB)
Attached To
Mode
rK kronosnet
Attached
Detach File
Event Timeline
Log In to Comment