]> granicus.if.org Git - sudo/commitdiff
Remove extra $(srcdir)/sudoreplay.man.in target added by mistake.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Fri, 22 Dec 2017 19:55:41 +0000 (12:55 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Fri, 22 Dec 2017 19:55:41 +0000 (12:55 -0700)
doc/Makefile.in

index 7655ae7392fd65a85015bfd5ef0eea2b6f2bfdce..ad58179fb76ab69c87a5d2700d13a34501ee885d 100644 (file)
@@ -243,17 +243,6 @@ $(srcdir)/sudoers.ldap.cat: varsub $(srcdir)/sudoers.ldap.mdoc.in
            $(SED) -f varsub $(srcdir)/sudoers.ldap.mdoc.in | $(MANDOC) -Tascii -mdoc | $(SED) -e 's/ OpenBSD \([^ ].*  \)/     \1    /' -e 's/(5)/(4)/g' -e 's/(8)/(1m)/g' > $@; \
        fi
 
-$(srcdir)/sudoreplay.man.in: $(srcdir)/sudoreplay.mdoc.in
-       @if [ -n "$(DEVEL)" ]; then \
-           echo "Generating $@"; \
-           mansectsu=`echo @MANSECTSU@|$(TR) A-Z a-z`; \
-           mansectform=`echo @MANSECTFORM@|$(TR) A-Z a-z`; \
-           printf '.\\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!\n' > $@; \
-           printf '.\\" IT IS GENERATED AUTOMATICALLY FROM sudoreplay.mdoc.in\n' >> $@; \
-           $(SED) -n -e '/^.Dd/q' -e '/^\.\\/p' $(srcdir)/sudoreplay.mdoc.in >> $@; \
-           $(SED) -e "s/$$mansectsu/8/g" -e "s/$$mansectform/5/g" $(srcdir)/sudoreplay.mdoc.in | $(MANDOC) -Tman | $(SED) -e 's/^\(\.TH "SUDOREPLAY" \)"8"\(.*"\)OpenBSD \(.*\)/\1"'$$mansectsu'"\2\3/' -e "s/(5)/($$mansectform)/g" -e "s/(8)/($$mansectsu)/g" >> $@; \
-       fi
-
 $(srcdir)/sudoers_timestamp.man.in: $(srcdir)/sudoers_timestamp.mdoc.in
        @if [ -n "$(DEVEL)" ]; then \
            echo "Generating $@"; \