From 91e3f5c543459c0237f66eda0ec6bb8c844160ed Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Mon, 22 Apr 2002 17:04:36 +0000 Subject: [PATCH] Add support for the xmlwf manpage, both for install and uninstall. --- expat/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/expat/Makefile.in b/expat/Makefile.in index e82257c5..31f180a2 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -82,11 +82,13 @@ install: xmlwf/xmlwf lib/$(LIBRARY) lib/$(APIHEADER) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(bindir)/xmlwf $(LIBTOOL) --mode=install $(INSTALL) lib/$(LIBRARY) $(libdir)/$(LIBRARY) $(INSTALL_DATA) lib/$(APIHEADER) $(includedir) + $(INSTALL_DATA) doc/xmlwf.1 $(prefix)/man/man1 uninstall: $(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf $(LIBTOOL) --mode=uninstall rm -f $(libdir)/$(LIBRARY) rm -f $(libdir)/$(APIHEADER) + rm -f $(prefix)/man/man1/xmlwf.1 # for VPATH builds (invoked by configure) mkdir-init: -- 2.50.1