Commit a40d4d20 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Include manpages in the all: target.

parent 092f37fc
......@@ -28,10 +28,6 @@ depend: dummy
.PHONY: depend
# Rules for man pages
all: $(MANPAGES:.man.in=.man)
# Rules for cleaning
clean::
......
......@@ -1530,9 +1530,10 @@ static struct strarray output_sources(void)
dir, dest, source->sourcename );
free( dest );
free( dir );
strarray_add( &all_targets, xstrdup(obj) );
strarray_add_uniq( &phony_targets, "install-man-pages" );
}
strarray_add( &clean_files, xstrdup(obj) );
else strarray_add( &clean_files, xstrdup(obj) );
output( "%s: %s\n", obj, sourcedep );
output( "\t$(SED_CMD) %s >$@ || ($(RM) $@ && false)\n", source->filename );
output( "%s:", obj );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment