From: Brian Norris Date: Thu, 27 Sep 2012 16:58:10 +0000 (-0700) Subject: docs: move to subdirectory X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=commitdiff_plain;h=4f83ef5c527cb7dccab5dcce7e7e9dd00090612d docs: move to subdirectory --- diff --git a/.gitignore b/.gitignore index dafb8c37..c344192e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,5 @@ # files in this directory /tags -/docs +/doc/docs /make.deps diff --git a/Doxyfile b/Doxyfile index a6001c39..bb099153 100644 --- a/Doxyfile +++ b/Doxyfile @@ -26,7 +26,7 @@ DOXYFILE_ENCODING = UTF-8 # identify the project. Note that if you do not use Doxywizard you need # to put quotes around the project name if it contains spaces. -PROJECT_NAME = "My Project" +PROJECT_NAME = "Model Checker" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -52,7 +52,7 @@ PROJECT_LOGO = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = +OUTPUT_DIRECTORY = doc # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output diff --git a/Makefile b/Makefile index 620a9ecd..19f9a2c0 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ include $(DEPS) debug: CPPFLAGS += -DCONFIG_DEBUG debug: all +PHONY += docs docs: *.c *.cc *.h doxygen