Correct man page spec directory.

This commit is contained in:
Mike McCormack 2001-07-26 20:06:00 +00:00 committed by Alexandre Julliard
parent 1922c72b8a
commit 76e25f697f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ C2MAN = @C2MAN@
MANSPECS = -w $(TOPSRCDIR)/dlls/gdi/gdi32.spec \ MANSPECS = -w $(TOPSRCDIR)/dlls/gdi/gdi32.spec \
-w $(TOPSRCDIR)/dlls/user/user32.spec \ -w $(TOPSRCDIR)/dlls/user/user32.spec \
-w $(TOPSRCDIR)/dlls/comctl32/comctl32.spec \ -w $(TOPSRCDIR)/dlls/comctl32/comctl32.spec \
-w $(TOPSRCDIR)/dlls/comdlg32/comdlg32.spec \ -w $(TOPSRCDIR)/dlls/commdlg/comdlg32.spec \
-w $(TOPSRCDIR)/dlls/kernel/kernel32.spec -w $(TOPSRCDIR)/dlls/kernel/kernel32.spec
LINT = @LINT@ LINT = @LINT@
LINTFLAGS = @LINTFLAGS@ LINTFLAGS = @LINTFLAGS@