Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

12345678910111213141516
  1. include $(top_srcdir)/build/autotools/common.am
  2. # Put "people" at the end because they're more likely to break builds.
  3. SUBDIRS = build src tools doc
  4. DIST_SUBDIRS = $(SUBDIRS) binaries
  5. EXTRA_DIST += bootstrap COPYING TODO \
  6. .gitignore .gitattributes .gitmodules \
  7. .travis.yml lol.sln build.config
  8. AUTOMAKE_OPTIONS = dist-bzip2
  9. ACLOCAL_AMFLAGS = -I build/autotools/m4
  10. test: lolcheck
  11. check: lolcheck