X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2FMakefile.in;h=040dbc91bba010413027d16ce51349fdb3e44b4c;hp=318db44f31458c1f1271c0af3563ecfb3c1260fa;hb=8689e89d6319dc8aecd2d7397a3d632658391f8c;hpb=1449ca7e974c27bec75cb6784873be3c0e6eb78a diff --git a/doc/Makefile.in b/doc/Makefile.in index 318db44f..040dbc91 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -56,9 +56,9 @@ DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.am \ $(srcdir)/imagex-apply.1.in $(srcdir)/imagex-capture.1.in \ $(srcdir)/imagex-delete.1.in $(srcdir)/imagex-dir.1.in \ $(srcdir)/imagex-export.1.in $(srcdir)/imagex-info.1.in \ - $(srcdir)/imagex-mount.1.in $(srcdir)/imagex-mountrw.1.in \ - $(srcdir)/imagex-unmount.1.in $(srcdir)/imagex.1.in \ - $(srcdir)/mkwinpeimg.1.in + $(srcdir)/imagex-join.1.in $(srcdir)/imagex-mount.1.in \ + $(srcdir)/imagex-mountrw.1.in $(srcdir)/imagex-unmount.1.in \ + $(srcdir)/imagex.1.in $(srcdir)/mkwinpeimg.1.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prog_nasm.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -71,8 +71,8 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = Doxyfile imagex.1 imagex-append.1 imagex-apply.1 \ imagex-capture.1 imagex-delete.1 imagex-dir.1 imagex-export.1 \ - imagex-info.1 imagex-mount.1 imagex-mountrw.1 imagex-unmount.1 \ - mkwinpeimg.1 + imagex-info.1 imagex-join.1 imagex-mount.1 imagex-mountrw.1 \ + imagex-unmount.1 mkwinpeimg.1 CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = @@ -247,6 +247,7 @@ man1_MANS = imagex.1 \ imagex-dir.1 \ imagex-export.1 \ imagex-info.1 \ + imagex-join.1 \ imagex-mount.1 \ imagex-mountrw.1 \ imagex-unmount.1 \ @@ -303,6 +304,8 @@ imagex-export.1: $(top_builddir)/config.status $(srcdir)/imagex-export.1.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ imagex-info.1: $(top_builddir)/config.status $(srcdir)/imagex-info.1.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +imagex-join.1: $(top_builddir)/config.status $(srcdir)/imagex-join.1.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ imagex-mount.1: $(top_builddir)/config.status $(srcdir)/imagex-mount.1.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ imagex-mountrw.1: $(top_builddir)/config.status $(srcdir)/imagex-mountrw.1.in