makefiles: Include manpages in the all: target.

oldstable
Alexandre Julliard 2013-12-31 19:18:06 +01:00
parent 092f37fc2d
commit a40d4d20e0
2 changed files with 2 additions and 5 deletions

View File

@ -28,10 +28,6 @@ depend: dummy
.PHONY: depend
# Rules for man pages
all: $(MANPAGES:.man.in=.man)
# Rules for cleaning
clean::

View File

@ -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 );