mistserver/Makefile.am
Lekensteyn 90e0c0037e autofoo cleanup, put version detection in configure.ac
- Autogenerated files do not belong to the repository, remove those files.

- The version is also determined when generating the configure file, so remove
  the version.sh file as well.

- Remove ACLOCAL_AMFLAGS and the related entry in configure.ac to get rid of
  configuration errors.

- Do not create NEWS or INSTALL by using a lower strictness.

- Ignore autogenerated autojunk.
2012-06-02 22:19:57 +02:00

5 lines
90 B
Makefile

SUBDIRS=lib src
EXTRA_DIST=server.html
docs:
doxygen ./Doxyfile > /dev/null
.PHONY: docs