Skip to content

Commit effe79a

Browse files
committed
Don't conditionalize these variables
DISTCLEANFILES, CLEANFILES and EXTRA_DIST should not be optional and should always be defined, otherwise things won't work correctly. Fixes: 6ca4b63 ("Simplfy the process of building man pages") Signed-off-by: Wouter Verhelst <[email protected]>
1 parent 25fb862 commit effe79a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

man/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
if MANPAGES
2-
man_MANS = nbd-server.1 nbd-server.5 nbd-client.8 nbd-trdump.1 nbd-trplay.1 nbdtab.5
31
CLEANFILES = manpage.links manpage.refs
42
DISTCLEANFILES = nbd-server.1 nbd-server.1.sgml nbd-client.8 nbd-client.8.sgml nbd-server.5 nbd-server.5.sgml nbd-trdump.1 nbd-trdump.1.sgml nbd-trplay.1 nbd-trplay.1.sgml nbdtab.5 nbdtab.5.sgml
53
EXTRA_DIST = nbd-server.1.sgml.in nbd-client.8.sgml.in nbd-server.5.sgml.in nbd-trdump.1.sgml.in nbd-trplay.1.sgml.in nbdtab.5.sgml.in
64

5+
if MANPAGES
6+
man_MANS = nbd-server.1 nbd-server.5 nbd-client.8 nbd-trdump.1 nbd-trplay.1 nbdtab.5
77
%: %.sgml
88
docbook2man $<
99
endif

0 commit comments

Comments
 (0)