Define empty rules for documentation generation.

This commit is contained in:
Jon Griffiths 2004-02-09 20:44:05 +00:00 committed by Alexandre Julliard
parent 5fdc57ef5c
commit 88a290915a
2 changed files with 12 additions and 0 deletions

View file

@ -20,4 +20,10 @@ $(MODULE): $(OBJS) Makefile.in
$(AR) $@ $(OBJS)
$(RANLIB) $@
man:
doc-html:
doc-sgml:
### Dependencies:

View file

@ -18,4 +18,10 @@ $(MODULE): $(OBJS) Makefile.in
$(AR) $@ $(OBJS)
$(RANLIB) $@
man:
doc-html:
doc-sgml:
### Dependencies: