0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 01:31:55 +00:00

Make documentation targets available from the top-level makefile as well,

but not with separate object tree yet.
This commit is contained in:
Martin Mares 2000-05-31 11:36:21 +00:00
parent 46527a939e
commit fec5bec0b5

View File

@ -3,9 +3,12 @@
objdir=@objdir@
all depend tags docs userdocs progdocs install:
all depend tags install:
$(MAKE) -C $(objdir) $@
docs userdocs progdocs:
$(MAKE) -C doc $@
clean:
$(MAKE) -C $(objdir) clean
find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name ".#*" | xargs rm -f