From: Fred L. Drake, Jr. Date: Mon, 22 Apr 2002 17:04:36 +0000 (+0000) Subject: Add support for the xmlwf manpage, both for install and uninstall. X-Git-Tag: R_1_95_3~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91e3f5c543459c0237f66eda0ec6bb8c844160ed;p=libexpat Add support for the xmlwf manpage, both for install and uninstall. --- 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: