0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-17 10:23:46 +02:00

Move old help into doc.

This commit is contained in:
Jason Volk 2017-12-12 14:07:25 -07:00
parent 5f6f66d74e
commit 7fbb7301c7
94 changed files with 0 additions and 3 deletions

View file

@ -6,7 +6,6 @@ SUBDIRS += ircd
SUBDIRS += modules
SUBDIRS += charybdis
SUBDIRS += tools
SUBDIRS += help
SUBDIRS += doc
.PHONY: subdirs $(SUBDIRS)

View file

@ -46,10 +46,8 @@ AC_CONFIG_FILES(\
charybdis/Makefile \
ircd/Makefile \
doc/Makefile \
help/Makefile \
modules/Makefile \
tools/Makefile \
tools/genssl
)
AM_INIT_AUTOMAKE([subdir-objects])